Introduce t/lib/peek.t.
[p5sagit/p5-mst-13.2.git] / t / lib / abbrev.t
old mode 100644 (file)
new mode 100755 (executable)
index fb5a984..05e5c70
@@ -4,7 +4,7 @@ print "1..7\n";
 
 BEGIN {
     chdir 't' if -d 't';
-    @INC = '../lib';
+    unshift @INC, '../lib';
 }
 
 use Text::Abbrev;