In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/86a8e4b11c37c22367255c6af2fa740fbd79003b?hp=a0dd42312a1f26356d2fdf49656e45b77c2cefb5>
- Log ----------------------------------------------------------------- commit 86a8e4b11c37c22367255c6af2fa740fbd79003b Author: Karl Williamson <[email protected]> Date: Tue Sep 24 12:11:36 2013 -0600 perldelta for regex optimizer handling above-Latin1 cdd87c1d4df41f9a54cccff996fa64d291adcee8 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 0d85410..afc7427 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -87,7 +87,10 @@ There may well be none in a stable release. =item * -XXX +Perl has an optimizer for regular expression patterns. It analyzes the +pattern to find things such as the minimum length a string has to be to +match, etc. It now better handles code points that are above the Latin1 +range. =back -- Perl5 Master Repository
