Get rid of our which causes errors on 5.005.

No review needed for tests at this time. NOT PART OF BUILD
This commit is contained in:
zach%zachlipton.com 2001-10-06 01:23:38 +00:00
Родитель a79a977cf3
Коммит 1898fb6cc6
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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) {