Changeset 12508 for trunk/psconfig/pscheckperl
- Timestamp:
- Mar 19, 2007, 4:39:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/pscheckperl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/pscheckperl
r12142 r12508 30 30 $file = $list[-1]; 31 31 } else { 32 $file = $ARGV[0];32 $file = "$tagsets/$ARGV[0].perl"; 33 33 } 34 34 print "examining perl modules based on $file\n"; … … 63 63 if ($line =~ m|^\s*\#|) { next; } 64 64 65 ($N, $module, $tarball, $ prompts) = split (" ", $line);65 ($N, $module, $tarball, $modver, $prompts) = split (" ", $line); 66 66 67 system ("ckmodule.pl $module ");67 system ("ckmodule.pl $module $modver"); 68 68 if ($? == 0) { 69 69 # print "$module: found\n";
Note:
See TracChangeset
for help on using the changeset viewer.
