source: trunk/essentials/dev-lang/perl/t/win32/system.t@ 3951

Last change on this file since 3951 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 3.5 KB
Line 
1#!perl
2
3BEGIN {
4 chdir 't' if -d 't';
5 # We need '../../lib' as well as '../lib' because parts of Config are
6 # delay-loaded, after we've chdir()'ed into $testdir.
7 @INC = ('../lib', '../../lib');