SYN SYN
[p5sagit/p5-mst-13.2.git] / t / comp / require.t
index bfd4a37..eaea3ad 100755 (executable)
@@ -2,7 +2,8 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    unshift @INC, ('.', '../lib');
+    @INC = '.';
+    push @INC, '../lib';
 }
 
 # don't make this lexical