From: Karl Williamson Date: Tue, 24 Sep 2013 18:11:36 +0000 (-0600) Subject: perldelta for regex optimizer handling above-Latin1 X-Git-Tag: upstream/5.20.0~1641 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86a8e4b11c37c22367255c6af2fa740fbd79003b;p=platform%2Fupstream%2Fperl.git perldelta for regex optimizer handling above-Latin1 cdd87c1d4df41f9a54cccff996fa64d291adcee8 --- 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