Change the internal implementation of sort() to be mergesort
[p5sagit/p5-mst-13.2.git] / t / op / misc.t
index 39719b4..f0d7f54 100755 (executable)
@@ -4,7 +4,7 @@
 # separate executable and can't simply use eval.
 
 chdir 't' if -d 't';
-unshift @INC, "../lib";
+@INC = '../lib';
 $ENV{PERL5LIB} = "../lib";
 
 $|=1;