Remove duplicately applied patch shards.
[p5sagit/p5-mst-13.2.git] / t / lib / st-tiedhook.t
index 3f1b7fd..a32a50d 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;
+    }
     require 'lib/st-dump.pl';
 }