SYN SYN
[p5sagit/p5-mst-13.2.git] / t / op / taint.t
index 44f50ae..7cc4447 100755 (executable)
@@ -9,7 +9,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    unshift @INC, '../lib' if -d '../lib';
+    @INC = '../lib';
 }
 
 use strict;