before @INC was set up.
p4raw-id: //depot/cfgperl@3500
# test added 29th April 1999 by Paul Johnson (pjcj@transeda.com)
# updated 28th May 1999 by Paul Johnson
-use strict;
-
my $File;
BEGIN
$File =~ s/^t\W+//; # Remove first directory
}
unshift @INC, '../lib' if -d '../lib';
+ require strict; import strict;
}
use Test;