summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2017-05-23 17:43:18 +0100
committerDavid Mitchell <davem@iabyn.com>2017-05-23 17:43:18 +0100
commit1ad4777f04af2c32dfb287fda54b71cff65e12de (patch)
treefcfc91d1d96b80a1a6821f63203ca2ab1b190cbe
parent70ef9fe763912a6980805d072d9caa3f1e6b9421 (diff)
downloadperl-1ad4777f04af2c32dfb287fda54b71cff65e12de.tar.gz
perldelta: add extra changed diag entry
Thanks to Ilmari for the correct pod escape voodoo.
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
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>