X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FCompress%2FZlib%2Ft%2F02zlib.t;h=f563308e6290cc7e7a6d73b4513dfd454f900ed1;hb=e8e0953481a8eb69731d048ec19e15bbd537fd73;hp=530e221d2706322639095773d590d2a6d8333a38;hpb=642e522ca519399524c3fc05cc7ff04ae62b068a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Compress/Zlib/t/02zlib.t b/ext/Compress/Zlib/t/02zlib.t index 530e221..f563308 100644 --- a/ext/Compress/Zlib/t/02zlib.t +++ b/ext/Compress/Zlib/t/02zlib.t @@ -1,3 +1,9 @@ +BEGIN { + if ($ENV{PERL_CORE}) { + chdir 't' if -d 't'; + @INC = ("../lib", "lib/compress"); + } +} use lib 't'; use strict;