SYN SYN
[p5sagit/p5-mst-13.2.git] / t / lib / gol-compat.t
index a4f807c..0bbe386 100755 (executable)
@@ -1,8 +1,8 @@
 #!./perl -w
 
 BEGIN {
-    chdir 't' if -d 't';
-    unshift @INC, '../lib';
+    chdir('t') if -d 't';
+    @INC = '../lib';
 }
 
 require "newgetopt.pl";