pp_next/pp_last/pp_redo problems
[p5sagit/p5-mst-13.2.git] / warning.pl
index 86faf96..06e37f2 100644 (file)
@@ -1,5 +1,8 @@
 #!/usr/bin/perl
 
+BEGIN {
+  push @INC, './lib';
+}
 use strict ;
 
 sub DEFAULT_ON  () { 1 }