In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/3160b44a75aed79c4961134279bf776ca5bff28b?hp=e6b2cf838e87ec34b3a2043c947b4f723d6efcca>
- Log ----------------------------------------------------------------- commit 3160b44a75aed79c4961134279bf776ca5bff28b Author: Tony Cook <[email protected]> Date: Thu Aug 27 14:15:21 2015 +1000 perldelta for e6b2cf838 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4ba2138..e4db1ce 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 -- Perl5 Master Repository
