Integrate perlio:
[p5sagit/p5-mst-13.2.git] / t / lib / filepath.t
index 40e6e21..42e0ae9 100755 (executable)
@@ -2,14 +2,14 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    unshift @INC, '../lib';
+    @INC = '../lib';
 }
 
 use File::Path;
 use strict;
 
 my $count = 0;
-$^W = 1;
+use warnings;
 
 print "1..4\n";