p4raw-id: //depot/perl@13925
BEGIN {
chdir 't' if -d 't';
-# @INC = '../lib';
-push @INC, '../lib';
+ @INC = '../lib';
}
use Test::More;
if ($^O =~ /MSWin32/i) {
plan tests => 44;
} else {
- plan skip_all => 'Test irrelevant outside of MSWin32';
+ plan skip_all => 'This is not Win32';
}
}