diff options
author | Tony Cook <tony@develop-help.com> | 2015-08-27 14:15:21 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2015-08-27 14:15:21 +1000 |
commit | 3160b44a75aed79c4961134279bf776ca5bff28b (patch) | |
tree | 8352a9ddc97ffe71dce38c680d82c30090a4d480 | |
parent | e6b2cf838e87ec34b3a2043c947b4f723d6efcca (diff) | |
download | perl-3160b44a75aed79c4961134279bf776ca5bff28b.tar.gz |
perldelta for e6b2cf838
-rw-r--r-- | pod/perldelta.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4ba2138da2..e4db1ce882 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -357,6 +357,11 @@ C<qr/>I<PAT>C<{>I<min>,I<max>C<}+>C</> is supposed to behave identically to C<qr/(?E<gt>>I<PAT>C<{>I<min>,I<max>C<})/>. Since v5.20, this didn't work if I<min> and I<max> were equal. [perl #125825] +=item * + +C<< BEGIN <> >> no longer segfaults and properly produces an error +message. [perl #125341] + =back =head1 Known Problems |