Test hex('x...').
[p5sagit/p5-mst-13.2.git] / t / op / hashwarn.t
index 7419826..634e7e1 100755 (executable)
@@ -1,11 +1,12 @@
 #!./perl
 
-use strict;
-
 BEGIN {
     chdir 't' if -d 't';
+    unshift @INC, '../lib';
 }
 
+use strict;
+
 use vars qw{ @warnings };
 
 BEGIN {