Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adjust Test.pir $WARNINGS flag.
  • Loading branch information
pmichaud committed Sep 5, 2009
1 parent 86a9268 commit a746af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test.pm
Expand Up @@ -14,7 +14,7 @@ our $num_of_tests_planned;
our $no_plan = 1;
our $die_on_fail;

our $CORE::GLOBAL::WARNINGS = 0;
our $GLOBAL::WARNINGS = 0;

## If done_testing hasn't been run when we hit our END block, we need to know
## so that it can be run. This allows compatibility with old tests that use
Expand Down

0 comments on commit a746af0

Please sign in to comment.