SYN SYN
[p5sagit/p5-mst-13.2.git] / t / lib / env-array.t
index d90d892..c5068fd 100755 (executable)
@@ -4,7 +4,7 @@ $| = 1;
 
 BEGIN {
     chdir 't' if -d 't';
-    unshift @INC, '../lib';
+    @INC = '../lib';
 }
 
 if ($^O eq 'VMS') {