In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1ad4777f04af2c32dfb287fda54b71cff65e12de?hp=70ef9fe763912a6980805d072d9caa3f1e6b9421>
- Log ----------------------------------------------------------------- commit 1ad4777f04af2c32dfb287fda54b71cff65e12de Author: David Mitchell <[email protected]> Date: Tue May 23 17:43:18 2017 +0100 perldelta: add extra changed diag entry Thanks to Ilmari for the correct pod escape voodoo. ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 0af19789db..d39d68eb60 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1682,6 +1682,13 @@ This warning has been removed as the behavior is now an error. =item * +L<Odd nameE<sol>value argument for subroutine '%s' +|perldiag/"Odd nameE<sol>value argument for subroutine '%s'"> + +This warning now includes the name of the offending subroutine. + +=item * + L<Opening dirhandle %s also as a file. This will be a fatal error in Perl 5.28 |perldiag/Opening dirhandle %s also as a file. This will be a fatal error in Perl 5.28> -- Perl5 Master Repository
