fix t/lib/fields.t's @INC so make test runs
Gurusamy Sarathy [Sun, 5 Jul 1998 20:56:39 +0000 (20:56 +0000)]
p4raw-id: //depot/perl@1323

t/lib/fields.t

index fe6ed18..139e469 100755 (executable)
@@ -1,8 +1,5 @@
 #!./perl -w
 
-use strict;
-use vars qw($DEBUG);
-
 my $w;
 
 BEGIN {
@@ -17,6 +14,9 @@ BEGIN {
    };
 }
 
+use strict;
+use vars qw($DEBUG);
+
 package B1;
 use fields qw(b1 b2 b3);