update change#2670 to later version
[p5sagit/p5-mst-13.2.git] / t / op / tie.t
index 451dee0..daec685 100755 (executable)
@@ -6,7 +6,7 @@
 # Currently it only tests the untie warning 
 
 chdir 't' if -d 't';
-@INC = "../lib";
+unshift @INC, "../lib";
 $ENV{PERL5LIB} = "../lib";
 
 $|=1;