Update Changes.
[p5sagit/p5-mst-13.2.git] / t / lib / ftmp-posix.t
index 8c9fd55..2e45586 100755 (executable)
@@ -3,7 +3,7 @@
 
 BEGIN {
        chdir 't' if -d 't';
-       unshift @INC, '../lib';
+       @INC = '../lib';
        require Test; import Test;
        plan(tests => 7);
 }