SYN SYN
[p5sagit/p5-mst-13.2.git] / t / op / goto_xs.t
index 8d9bca1..cf2cafd 100755 (executable)
@@ -10,7 +10,7 @@
 #       break correctly as well.
 
 chdir 't' if -d 't';
-unshift @INC, "../lib";
+@INC = '../lib';
 $ENV{PERL5LIB} = "../lib";
 
 # turn warnings into fatal errors