Changeset 11953 for trunk/psconfig/ckperlmods
- Timestamp:
- Feb 20, 2007, 4:54:33 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/ckperlmods (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/ckperlmods
r11940 r11953 43 43 44 44 print "prefix: $prefix\n"; 45 print "perl5lib: $perl5lib\n"; 46 print "PERL5LIB: $ENV{'PERL5LIB'}\n"; 45 47 46 48 foreach $line (@list) { … … 51 53 ($N, $module, $tarball, $prompts) = split (" ", $line); 52 54 53 if (eval "use $module; 1") { 55 system ("ckmodule.pl $module"); 56 if ($? == 0) { 54 57 # print "$module: found\n"; 55 58 next;
Note:
See TracChangeset
for help on using the changeset viewer.
