This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta t/re/overload.t
authorFlorian Ragwitz <rafl@debian.org>
Thu, 19 Aug 2010 23:47:55 +0000 (01:47 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Thu, 19 Aug 2010 23:47:55 +0000 (01:47 +0200)
pod/perl5134delta.pod

index 38adab4..375c94b 100644 (file)
@@ -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