diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-04-23 20:43:02 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-04-23 20:43:02 +0000 |
commit | 29489e7c741791873ea464cb7e13d2b5a19577a7 (patch) | |
tree | 416b7c61173edafe7ef2746b86383c7663652cdc /lib/Tie | |
parent | e22ea7cc8db19b7765901c13e81b890baf3405da (diff) | |
download | perl-29489e7c741791873ea464cb7e13d2b5a19577a7.tar.gz |
Include variable names in "Use of uninitialized value" warnings
p4raw-id: //depot/perl@22741
Diffstat (limited to 'lib/Tie')
-rw-r--r-- | lib/Tie/RefHash.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Tie/RefHash.t b/lib/Tie/RefHash.t index 52e3a2d5e9..55fde141a0 100644 --- a/lib/Tie/RefHash.t +++ b/lib/Tie/RefHash.t @@ -208,6 +208,7 @@ sub runtests { s/ at .+ line \d+\.$//mg; s/ at .+ line \d+, at .*//mg; s/ at .+ line \d+, near .*//mg; + s/(uninitialized value)( within)? [\$@%].*? in /$1 in /g; } my (@warnings, %seen); |