SYN SYN
[p5sagit/p5-mst-13.2.git] / t / lib / tie-stdpush.t
index 35ae1b8..31af30c 100755 (executable)
@@ -2,7 +2,8 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    unshift @INC, '../lib';
+    @INC = '.'; 
+    push @INC, '../lib';
 }
 
 use Tie::Array;