Changeset 27838 for branches/tap_branches/psconfig/pscheckmods
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psconfig/pscheckmods (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/psconfig/pscheckmods
r16092 r27838 3 3 if (@ARGV != 2) { die "USAGE: pscheckmods (module) (version)\n"; } 4 4 5 # print STDERR "checking in @INC\n"; 6 5 7 $x = eval "require $ARGV[0]; 1"; 6 8 if (! $x) { 9 # print "$ARGV[0]: missing\n"; 7 10 exit 1; 8 11 }
Note:
See TracChangeset
for help on using the changeset viewer.
