Changeset 27417 for trunk/psconfig/pscheckperl
- Timestamp:
- Mar 23, 2010, 3:23:07 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psconfig/pscheckperl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/pap_stack (added) merged: 27401,27405-27406,27409-27416
- Property svn:mergeinfo changed
-
trunk/psconfig/pscheckperl
r26406 r27417 87 87 $Nvalue = ($N, $module, $tarball, $modver, $buildopts, $prompts) = split (" ", $line); 88 88 if ($Nvalue < 6) { 89 print "Error in perl module config line $line\n";90 exit 1;89 print "Error in perl module config line $line\n"; 90 exit 1; 91 91 } 92 92 # print "N: $N, module: $module, tarball: $tarball, modver: $modver, buildopts: $buildopts, prompts: $prompts\n"; … … 127 127 if ($prompts eq "NONE") { $prompts = ""; } 128 128 129 if (-e "Build.PL" and $module ne "Params::Validate" ) {129 if (-e "Build.PL" and $module ne "Params::Validate" and $module ne "DateTime::TimeZone") { 130 130 # vsystem("perl Build.PL --install_path lib=$perldir "); 131 131 vsystem("perl Build.PL --install_base $prefix $buildopts");
Note:
See TracChangeset
for help on using the changeset viewer.
