From 39ea6a4bb86bea2953fbe16b8063fd13073507a0 Mon Sep 17 00:00:00 2001 From: Abigail Date: Tue, 20 Mar 2012 11:13:39 +0100 Subject: Document the TRIE changes in perldelta --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) 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 and L. +=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 -- cgit v1.2.1