Changeset 12857
- Timestamp:
- Apr 17, 2007, 11:57:43 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/pscheckperl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/pscheckperl
r12841 r12857 108 108 if ($Nmissing > 0) { 109 109 print "$Nmissing perl modules are missing from your system\n"; 110 print "you may install them in your local path by re-running ps perlmodswith -build\n";110 print "you may install them in your local path by re-running pscheckperl with -build\n"; 111 111 } else { 112 112 print "no perl modules are missing from your system\n"; … … 116 116 117 117 sub usage { 118 print STDERR "USAGE: ckperl mods[-version] [-build]\n";118 print STDERR "USAGE: ckperlperl [-version] [-build]\n"; 119 119 exit 2; 120 120 }
Note:
See TracChangeset
for help on using the changeset viewer.
