diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-10-08 09:49:43 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-10-08 09:50:39 -0600 |
commit | b377a702c8dabfa8c074b816f6695cade1ba3a1b (patch) | |
tree | 8a7e354632b9794182502d4c86c8ccd37113e963 /pod | |
parent | facd1b88e000d57d9a750f67639faad4a90ef574 (diff) | |
download | perl-b377a702c8dabfa8c074b816f6695cade1ba3a1b.tar.gz |
perldelta: Document fix for not matching non-Unicode \p{}
This documentes commit 0bda3001dd6310abfca950134ed78f6192d3d8a7
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a28070fecb..e9aff67e6e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -9,7 +9,6 @@ d9018cbe5b480ba29cc6151aba8f5102a7e009c4 (Eric Brine) a04eb69c733e84250299f12df200f10b76b0a45c (David Golden) 7a799f6bb3cac2e1bf9bede83579324cffa59c16 (David Golden) be48bbe8d671b6841c3ec7cb734b98071afe3cd9 (Chip) -0bda3001dd6310abfca950134ed78f6192d3d8a7 (Karl Williamson) =head1 NAME @@ -594,6 +593,12 @@ C<our $::é; $é> (which is invalid) no longer produces the "Compilation error at lib/utf8_heavy.pl..." error message, which it started emitting in 5.10.0 [perl #99984]. +=item * + +A minor regression, introduced Perl 5.15.0, has been fixed in which some +regular expression Unicode property matches (C<\p{...}>) matched +non-Unicode code points. + =back =head1 Known Problems |