This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct perldiag/Died
authorFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 07:54:27 +0000 (23:54 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 07:54:27 +0000 (23:54 -0800)
‘die’ does not look at $_.

pod/perldiag.pod

index 5bd5800..3338d71 100644 (file)
@@ -1602,7 +1602,7 @@ carried away.
 =item Died
 
 (F) You passed die() an empty string (the equivalent of C<die "">) 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