In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/279aef25246e63a7be992e42d2b92e22a892263e?hp=fb9282c3ccd3b3c2e184a3158c46c930c23f30fb>
- Log ----------------------------------------------------------------- commit 279aef25246e63a7be992e42d2b92e22a892263e Author: Tony Cook <[email protected]> Date: Wed Dec 10 13:12:59 2014 +1100 perldelta for fcaef4dc8ca9, fb9282c3ccd3 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 95dbd13..84e79da 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -389,6 +389,12 @@ The L<encoding> pragma's effect is now limited to lexical scope. This pragma is deprecated, but in the meantime, it could adversely affect unrelated modules that are included in the same program. +=item * + +Calling C<write> on a format with a C<^**> field could produce a panic +in sv_chop() if there were insufficient arguments or if the variable +used to fill the field was empty. [perl #123245] + =back =head1 Known Problems -- Perl5 Master Repository
