perldelta for regex optimizer handling above-Latin1
authorKarl Williamson <public@khwilliamson.com>
Tue, 24 Sep 2013 18:11:36 +0000 (12:11 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 24 Sep 2013 18:14:49 +0000 (12:14 -0600)
cdd87c1d4df41f9a54cccff996fa64d291adcee8

pod/perldelta.pod

index 0d85410..afc7427 100644 (file)
@@ -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