Re: Off by one in the trie code?
[p5sagit/p5-mst-13.2.git] / t / comp / parser.t
index a050858..2599bdf 100644 (file)
@@ -8,7 +8,7 @@ BEGIN {
     @INC = '../lib';
 }
 
-require "./test.pl";
+BEGIN { require "./test.pl"; }
 plan( tests => 60 );
 
 eval '%@x=0;';