This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: add extra changed diag entry
authorDavid Mitchell <davem@iabyn.com>
Tue, 23 May 2017 16:43:18 +0000 (17:43 +0100)
committerDavid Mitchell <davem@iabyn.com>
Tue, 23 May 2017 16:43:18 +0000 (17:43 +0100)
Thanks to Ilmari for the correct pod escape voodoo.

pod/perldelta.pod

index 0af1978..d39d68e 100644 (file)
@@ -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>