Change the internal implementation of sort() to be mergesort
[p5sagit/p5-mst-13.2.git] / t / op / 64bitint.t
index 691d44e..5cfb65a 100644 (file)
@@ -7,7 +7,7 @@ BEGIN {
                exit(0);
        }
        chdir 't' if -d 't';
-       unshift @INC, '../lib';
+       @INC = '../lib';
 }
 
 # This could use many more tests.