From: Peter Martini Date: Wed, 20 Aug 2014 06:22:45 +0000 (-0400) Subject: perldelta for 842a9d2, [perl #122460] X-Git-Tag: v5.21.3~13 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/26dd5fd69187af137ad428010ac90ef3cdd5aa91?ds=sidebyside perldelta for 842a9d2, [perl #122460] --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d4da1f7..a346967 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -388,6 +388,11 @@ This is problematic when parsing version strings if the locale's numeric separator has been changed. Version parsing has been patched to ensure it handles the locales correctly. [perl #121930] +=item * + +A bug has been fixed where zero-length assertions and code blocks inside of a +regex could cause L to see an incorrect value. [perl #122460] + =back =head1 Known Problems