From 487a71ff543fb387216429f394a18e8c9a5fb97d Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Sun, 18 Aug 2013 19:47:49 +0100 Subject: [PATCH] perldelta - Add entries for perldiag changes in 6f1b3ab and 6c341f6 --- pod/perldelta.pod | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 6b50cb9..fc5d012 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -478,7 +478,12 @@ and New Warnings =item * -XXX L +L + +(F) You assigned a magical array to a stash element, and then tried to use the +subroutine from the same slot. You are asking Perl to do something it cannot +do, details subject to change between Perl versions. =back @@ -495,6 +500,20 @@ as 0 in increment (++)"> which expects either a number or a string matching C. See L for details. +=item * + +L + +(S) exit() was called or the script otherwise finished gracefully when +C was set in C. + +=item * + +L + +(S) An uncaught die() was called when C was set in +C. + =back =head2 Changes to Existing Diagnostics -- 2.7.4