Mark all .t and .pm files as non executable
[p5sagit/p5-mst-13.2.git] / lib / lib.t
index 145d007..5d4ff3a 100644 (file)
--- a/lib/lib.t
+++ b/lib/lib.t
@@ -2,6 +2,7 @@
 
 BEGIN {
     chdir 't';
+    unshift @INC, '..';
     unshift @INC, '../lib';
     @OrigINC = @INC;
 }