]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Get rid of our which causes errors on 5.005.
authorzach%zachlipton.com <>
Sat, 6 Oct 2001 08:23:38 +0000 (08:23 +0000)
committerzach%zachlipton.com <>
Sat, 6 Oct 2001 08:23:38 +0000 (08:23 +0000)
No review needed for tests at this time. NOT PART OF BUILD

t/001compile.t

index 8886d685b83d4f02f15f262c6b3e273b1cb9a76d..fa8bbae0644f21450e54a3b45b69f3d7b40b50dc 100644 (file)
@@ -40,10 +40,14 @@ BEGIN { use Support::Files; }
 BEGIN { $tests = @Support::Files::testitems + 4; }
 BEGIN { use Test::More tests => $tests; }
 
+sub foo {
+$warnings = "foo"; #oy!
+}
+
 # First now we test the scripts                                                   
 @testitems = @Support::Files::testitems; 
 
-our $warnings;
+my $warnings;
 my $verbose = $::ENV{VERBOSE};
 $perlapp=$^X;
 foreach $file (@testitems) {