In VMS embedded perls couldn't access the statically built Socket,
[p5sagit/p5-mst-13.2.git] / t / op / my_stash.t
index ba266bf..4a1d502 100644 (file)
@@ -2,6 +2,10 @@
 
 package Foo;
 
+BEGIN {
+    @INC = '../lib';
+}
+
 use Test;
 
 plan tests => 7;