diff options
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 1b01b6b1b0..b80331d555 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4883,7 +4883,7 @@ minimum version. =item Warning: something's wrong (W) You passed warn() an empty string (the equivalent of C<warn "">) or -you called it with no args and C<$_> was empty. +you called it with no args and C<$@> was empty. =item Warning: unable to close filehandle %s properly |