diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2009-10-12 18:11:16 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2009-10-12 18:11:16 +0000 |
commit | fb5c29f32e30c7d97d432053b674278166397052 (patch) | |
tree | e126fb85e1d83cf73ef6635d88eed5787eeaaf08 /gnu/usr.bin/perl | |
parent | c48553eed1713969f71792ea16760f9e01c14f4c (diff) |
import perl 5.10.1
Diffstat (limited to 'gnu/usr.bin/perl')
-rwxr-xr-x | gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/10_hash.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/10_hash.t b/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/10_hash.t index 2cfb4e81fab..29c2f4dafa1 100755 --- a/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/10_hash.t +++ b/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/10_hash.t @@ -1,4 +1,12 @@ #!./perl -w + +BEGIN { + if ($ENV{PERL_CORE}) { + chdir 't' if -d 't'; + @INC = '../lib'; + } +} + use Test::More; use strict; |