This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The CPAN release will include Test::More to be used on old Perls
[perl5.git] / dist / Storable / t / downgrade.t
index 76bd05a..8520c59 100644 (file)
@@ -14,6 +14,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";