SYN SYN
[p5sagit/p5-mst-13.2.git] / t / lib / tie-push.t
index 23a0a94..b19aa0d 100755 (executable)
@@ -2,7 +2,8 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    unshift @INC, '../lib';
+    @INC = '.'; 
+    push @INC, '../lib';
 }    
 
 {