This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The #6759 wasn't quite right.
[perl5.git] / t / lib / st-tieditems.t
index a712980..3e32927 100644 (file)
 
 sub BEGIN {
     chdir('t') if -d 't';
+    unshift @INC, '../lib';
     require Config; import Config;
     if ($Config{'extensions'} !~ /\bStorable\b/) {
         print "1..0 # Skip: Storable was not built\n";
         exit 0;
     }
-    unshift @INC, '../lib';
     require 'lib/st-dump.pl';
 }