summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2012-03-20 11:13:39 +0100
committerAbigail <abigail@abigail.be>2012-03-20 11:13:39 +0100
commit39ea6a4bb86bea2953fbe16b8063fd13073507a0 (patch)
tree3131f30c264657153409fd2f468fbbb183911e30
parentd4cb306bd8a69af68422bee7d1e4a6e38acd2ba3 (diff)
downloadperl-39ea6a4bb86bea2953fbe16b8063fd13073507a0.tar.gz
Document the TRIE changes in perldelta
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 1780d570e7..ec68eecffe 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -240,6 +240,12 @@ that is used to guard against reading beyond the end of the input
string.
See L<perlapi/utf8_to_uvchr_buf> and L<perlapi/utf8_to_uvuni_buf>.
+=item *
+
+The regular expression engine now does TRIE case insensitive matches
+under Unicode. This may change the output of C<< use re 'debug'; >>,
+and will speed up various things.
+
=back
=head1 Selected Bug Fixes