SYN SYN
[p5sagit/p5-mst-13.2.git] / t / op / lfs.t
index 97c920c..feee8cc 100644 (file)
@@ -4,7 +4,7 @@
 
 BEGIN {
        chdir 't' if -d 't';
-       unshift @INC, '../lib';
+       @INC = '../lib';
        # Don't bother if there are no quad offsets.
        require Config; import Config;
        if ($Config{lseeksize} < 8) {