stress))
Message-ID: <Pine.LNX.4.33.
0111060651210.315-100000@orpheus.gellyfish.com>
(except for one hunk where indentation differs)
p4raw-id: //depot/perl@12880
#!./perl
my $file;
+
BEGIN {
- $file = $0;
- chdir 't' if -d 't';
- @INC = '../lib';
+ $file = $0;
+ chdir 't' if -d 't';
+
+ if ( $ENV{PERL_CORE} ) {
+ @INC = '../lib';
+ }
}
END {
$writable = 0;
}
-# termcap_path
+# termcap_path -- the names are hardcoded in Term::Cap
$ENV{TERMCAP} = '';
my $path = join '', Term::Cap::termcap_path();
is( $path, $files, 'termcap_path() should find default files' );