This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for ed38223246c0
authorTony Cook <tony@develop-help.com>
Thu, 26 Feb 2015 03:23:48 +0000 (14:23 +1100)
committerTony Cook <tony@develop-help.com>
Thu, 26 Feb 2015 03:23:48 +0000 (14:23 +1100)
pod/perldelta.pod

index d158a36..5a36593 100644 (file)
@@ -368,7 +368,9 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
 
 =item *
 
-XXX
+Repeated global pattern matches in scalar context on large tainted
+strings were exponentially slow depending on the current match
+position in the string. [perl #123202]
 
 =back