diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/op/hashwarn.t | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/t/op/hashwarn.t b/t/op/hashwarn.t index 741982622b..6343a2a8d5 100755 --- a/t/op/hashwarn.t +++ b/t/op/hashwarn.t @@ -1,11 +1,12 @@ #!./perl -use strict; - BEGIN { chdir 't' if -d 't'; + @INC = '../lib'; } +use strict; + use vars qw{ @warnings }; BEGIN { |