diff options
Diffstat (limited to 'ext/Compress/Zlib/t/13prime.t')
-rw-r--r-- | ext/Compress/Zlib/t/13prime.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/Compress/Zlib/t/13prime.t b/ext/Compress/Zlib/t/13prime.t index bc8a09eacf..959a83d211 100644 --- a/ext/Compress/Zlib/t/13prime.t +++ b/ext/Compress/Zlib/t/13prime.t @@ -1,3 +1,10 @@ +BEGIN { + if ($ENV{PERL_CORE} { + chdir 't' if -d 't'; + @INC = '../lib'; + } +} + use lib 't'; use strict; use warnings; |