From 86a8e4b11c37c22367255c6af2fa740fbd79003b Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 24 Sep 2013 12:11:36 -0600 Subject: [PATCH] perldelta for regex optimizer handling above-Latin1 cdd87c1d4df41f9a54cccff996fa64d291adcee8 --- 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 -- 2.7.4