Remove duplicately applied patch shards.
[p5sagit/p5-mst-13.2.git] / t / lib / st-canonical.t
index 67a2348..3eeed14 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';
 }