Changeset 323
- Timestamp:
- 11/30/06 15:17:54 (6 years ago)
- Files:
-
- 1 modified
-
applications/shepherd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/shepherd
r322 r323 517 517 518 518 # can we give any more details on why it failed? 519 if ($test_output =~ /Can't locate (.*) in \@INC/) {519 if ($test_output and $test_output =~ /Can't locate (.*) in \@INC/) { 520 520 my $modname = $1; 521 521 $modname =~ s#/#::#g; # turn / into ::
