IVs in mtats
[p5sagit/p5-mst-13.2.git] / t / comp / use.t
index 1f5fae3..fb59777 100755 (executable)
@@ -2,7 +2,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    unshift @INC, '../lib';
+    @INC = '../lib';
 }
 
 print "1..27\n";