Craig A. Berry [Sun, 4 Nov 2007 16:41:28 +0000 (16:41 +0000)]
p4raw-id: //depot/perl@32219
$VERSION = 1.01;
chdir 't' if -d 't';
-if ($^O eq 'VMS') {
- require File::Spec;
- @INC = File::Spec->rel2abs('[-.lib]');
-}
-else {
- @INC = '../lib';
-}
+@INC = '../lib';
# Don't interfere with the taintedness of %ENV, this could perturbate tests
$ENV{PERL_CORE} = 1 unless ${^TAINT};