In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f8591e0813fb09e721ebd16e2001516b6c4e7356?hp=08f800f8519574aea9e744ff83230fb93772652b>
- Log ----------------------------------------------------------------- commit f8591e0813fb09e721ebd16e2001516b6c4e7356 Author: Father Chrysostomos <[email protected]> Date: Wed May 18 20:14:26 2016 -0700 perldelta for 08f800f85 / #128182 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b4968c2..54ef078 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -286,6 +286,12 @@ bringing it into consistency with C<$$scalar>. C<< /@0{0*->@*/*0 >> and similar contortions used to crash, but no longer do, but merely produce a syntax error. [perl #128171] +=item * + +C<do> or C<require> with a reference or typeglob which, when stringified, +contains a null character started crashing in Perl 5.20.0, but has now been +fixed. [perl #128182] + =back =head1 Utility Changes -- Perl5 Master Repository
