From 075b00aa67c055a31de94e78b6ff2cc31607e3e1 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 12 Feb 2011 23:54:27 -0800 Subject: [PATCH 1/1] Correct perldiag/Died MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ‘die’ does not look at $_. --- pod/perldiag.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 5bd5800..3338d71 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1602,7 +1602,7 @@ carried away. =item Died (F) You passed die() an empty string (the equivalent of C) or -you called it with no args and both C<$@> and C<$_> were empty. +you called it with no args and C<$@> was empty. =item Document contains no data -- 1.8.3.1