Changeset 27405 for branches/pap_stack/psconfig/pscheckperl
- Timestamp:
- Mar 23, 2010, 10:38:00 AM (16 years ago)
- File:
-
- 1 edited
-
branches/pap_stack/psconfig/pscheckperl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_stack/psconfig/pscheckperl
r26406 r27405 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.
