In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b91814f7c96a600161f2e3eab9a28c8ca03bc094?hp=113b8661ce6d987db4dd217e2f90cbb983ce5d00>
- Log ----------------------------------------------------------------- commit b91814f7c96a600161f2e3eab9a28c8ca03bc094 Author: Abigail <[email protected]> Date: Tue Jun 6 19:50:47 2017 +0200 Remove diag entry about comma-less format variable list. Commit c7321345b8729a0b98040be0b0b96e41f6a13ba8 removed accepting comma-less format variables, so this entry can go. ----------------------------------------------------------------------- Summary of changes: pod/perldiag.pod | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 859c5bb918..a6f59e7157 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -6960,13 +6960,6 @@ than 32-bit ones. The use of out of range code points was deprecated in Perl 5.24, and became a fatal error in Perl 5.28. -=item Use of comma-less variable list is deprecated. Its use will be fatal in Perl 5.28 - -(D deprecated) The values you give to a format should be -separated by commas, not just aligned on a line. - -This usage will be fatal in Perl 5.28. - =item Use of each() on hash after insertion without resetting hash iterator results in undefined behavior (S internal) The behavior of C<each()> after insertion is undefined; -- Perl5 Master Repository
