summaryrefslogtreecommitdiff
path: root/dist/Storable/t/retrieve.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Storable/t/retrieve.t')
-rw-r--r--dist/Storable/t/retrieve.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/Storable/t/retrieve.t b/dist/Storable/t/retrieve.t
index c41eb80678..fd8335d107 100644
--- a/dist/Storable/t/retrieve.t
+++ b/dist/Storable/t/retrieve.t
@@ -8,6 +8,7 @@
sub BEGIN {
unshift @INC, 't';
+ unshift @INC, 't/compat' if $] < 5.006002;
require Config; import Config;
if ($ENV{PERL_CORE} and $Config{'extensions'} !~ /\bStorable\b/) {
print "1..0 # Skip: Storable was not built\n";