Commit 99255fa2 authored by zach%zachlipton.com's avatar zach%zachlipton.com

Get rid of our which causes errors on 5.005.

No review needed for tests at this time. NOT PART OF BUILD
parent dcb0fb5b
...@@ -40,10 +40,14 @@ BEGIN { use Support::Files; } ...@@ -40,10 +40,14 @@ BEGIN { use Support::Files; }
BEGIN { $tests = @Support::Files::testitems + 4; } BEGIN { $tests = @Support::Files::testitems + 4; }
BEGIN { use Test::More tests => $tests; } BEGIN { use Test::More tests => $tests; }
sub foo {
$warnings = "foo"; #oy!
}
# First now we test the scripts # First now we test the scripts
@testitems = @Support::Files::testitems; @testitems = @Support::Files::testitems;
our $warnings; my $warnings;
my $verbose = $::ENV{VERBOSE}; my $verbose = $::ENV{VERBOSE};
$perlapp=$^X; $perlapp=$^X;
foreach $file (@testitems) { foreach $file (@testitems) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment