diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-08-20 01:47:55 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-08-20 01:47:55 +0200 |
commit | ac9f49e6db61115f782130adbac48033b1d15cdf (patch) | |
tree | 61011d8bbf055ceeabaed873ae17e8d0fb4991ca | |
parent | ce94c5a22fa9f22cf46f0687a80b2e6c286c73b8 (diff) | |
download | perl-ac9f49e6db61115f782130adbac48033b1d15cdf.tar.gz |
perldelta t/re/overload.t
-rw-r--r-- | pod/perl5134delta.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perl5134delta.pod b/pod/perl5134delta.pod index 38adab4b95..375c94be3c 100644 --- a/pod/perl5134delta.pod +++ b/pod/perl5134delta.pod @@ -343,6 +343,11 @@ on tied variables. F<lib/Tie/ExtraHash.t> has been added to make sure the, previously untested, L<Tie::ExtraHash> keeps working. +=item * + +F<t/re/overload.t> has been added to test against string corruption in pattern +matches on overloaded objects. This is a TODO test. + =back =head1 Platform Support |