[win32] fix test failure
Nick Ing-Simmons [Tue, 12 May 1998 10:40:57 +0000 (11:40 +0100)]
Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
Subject: test buglet

p4raw-id: //depot/win32/perl@923

t/op/hashwarn.t

index 7419826..6343a2a 100755 (executable)
@@ -1,11 +1,12 @@
 #!./perl
 
-use strict;
-
 BEGIN {
     chdir 't' if -d 't';
+    @INC = '../lib';
 }
 
+use strict;
+
 use vars qw{ @warnings };
 
 BEGIN {