diff options
author | David Mitchell <davem@iabyn.com> | 2011-12-08 16:27:33 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2011-12-19 15:06:07 +0000 |
commit | f0cf90e542fc8d0b78f6f7bc2e201aad833eef6b (patch) | |
tree | e9060fd5f05704c047d4f01576c6e5fbd39cd40c /h2pl | |
parent | 2977b3ed352c03d0aada0f1bb028533b6a872581 (diff) | |
download | perl-f0cf90e542fc8d0b78f6f7bc2e201aad833eef6b.tar.gz |
pat_re_eval.t: remove 'no warnings'
Now the the closure behaviour of code blocks within regexes is mostly
fixes, remove the
no warnings qw(uninitialized closure);
that protected many of the closure tests.
This also showed up that one of my recent tests didn't realise
the whose test file is wrapped in a sub, so my test code destructor
looked like
sub run_tests {
...
my $d;
sub DESTRUCTOR { $d++ }
...
}
so fix that test to remove the closure warning.
Diffstat (limited to 'h2pl')
0 files changed, 0 insertions, 0 deletions