Overeager visited-positions optimizations
[p5sagit/p5-mst-13.2.git] / t / lib / ftmp-tempfile.t
index 4811007..48a52b3 100755 (executable)
@@ -3,7 +3,7 @@
 
 BEGIN {
        chdir 't' if -d 't';
-       unshift @INC, '../lib';
+       @INC = '../lib';
        require Test; import Test;
        plan(tests => 16);
 }