- Timestamp:
- Apr 9, 2019, 9:50:57 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/pscheckmods (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/pscheckmods
r34087 r40672 7 7 shift @ARGV; 8 8 } 9 if (@ARGV != 2) { die "USAGE: pscheckmods (module) (version)\n"; } 9 if (@ARGV > 2 && $ARGV[0] eq "-debug") { 10 $DEBUG = 1; 11 shift @ARGV; 12 } 13 if (@ARGV != 2) { die "USAGE: pscheckmods [-v] [-debug] (module) (version)\n"; } 10 14 11 15 if ($VERBOSE) { print STDERR "checking in @INC\n"; } … … 45 49 print "real: $realfilename\n" if $DEBUG; 46 50 if (-f $realfilename) { 51 print "my filename: $filename\n" if $DEBUG; 47 52 $INC{$filename} = $realfilename; 48 53 print "calling 'do' on $realfilename\n" if $DEBUG;
Note:
See TracChangeset
for help on using the changeset viewer.
