diff options
author | David Mitchell <davem@iabyn.com> | 2014-04-14 16:03:14 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2014-04-14 16:03:14 +0100 |
commit | c378dac0edc39999b970faa5a3559ff21a37517e (patch) | |
tree | 748bfb12871ea0e68b8596b3e885d479c35d2157 | |
parent | 250680e380c520a4ae1c4b2a55b0065a535e5964 (diff) | |
download | perl-c378dac0edc39999b970faa5a3559ff21a37517e.tar.gz |
perldelta: add entry for //m fix
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a608636315..3f1e246898 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,7 +1,6 @@ =for todo b51c3e77db (craigb) - Reduce excessive stat calls in glob on VMS -7742aa6637 (davem) - [perl #121484] /m causing false negative e141190569 (tonyc) - [perl #121366] avoid using an invalid SvPVX() in Perl_sv_pvn_force_flags 9fdd5a7ac7 (alh) - RT-121512 - Allow -I/dir/ with trailing slash to find .pmc files. 869747506f/00051dd553 (merijn) - gcc 4.9 by default does some optimizations that break perl / -fwrapv is broken prior to gcc-4.3 (#121505) @@ -439,6 +438,11 @@ This re-breaks the bugs it fixed, L<perl #112208|https://rt.perl.org/Ticket/Display.html?id=112208>, so an alternative fix is planned for v5.22 +=item * + +A regression was introduced in v5.19.10 that under some circumstances +caused C<//m> matches to falsely fail. Now fixed. + =back =head1 Known Problems |