SYN SYN
[p5sagit/p5-mst-13.2.git] / t / lib / attrs.t
index eb8c8c4..440122c 100644 (file)
@@ -4,7 +4,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    unshift @INC, '../lib';
+    @INC = '../lib';
     eval 'require attrs; 1' or do {
        print "1..0\n";
        exit 0;