Bind op fix.
[p5sagit/p5-mst-13.2.git] / t / op / my_stash.t
index ba266bf..79f3f28 100644 (file)
@@ -2,6 +2,10 @@
 
 package Foo;
 
+BEGIN {
+    unshift @INC, "../lib";
+}
+
 use Test;
 
 plan tests => 7;