SYN SYN
[p5sagit/p5-mst-13.2.git] / t / lib / io_linenum.t
index 3503215..cf55c98 100755 (executable)
@@ -13,7 +13,7 @@ BEGIN
     chdir 't';
     $File =~ s/^t\W+//;                                 # Remove first directory
   }
-  unshift @INC, '../lib' if -d '../lib';
+  @INC = '../lib';
   require strict; import strict;
 }