Change the internal implementation of sort() to be mergesort
[p5sagit/p5-mst-13.2.git] / t / op / bop.t
index edee72d..8279aba 100755 (executable)
@@ -6,7 +6,7 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    unshift @INC, '../lib';
+    @INC = '../lib';
 }
 
 print "1..35\n";