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