summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-11 20:33:27 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-11 20:33:27 +0000
commitb7eceb5b089aac293e431894de6d9597f59eefbb (patch)
treed4fa70f8a56fd33dd672fae36d26bbf501c7eaf9 /pod/perldiag.pod
parentfafcdf9e12935d93b4cd9172ce7cd496485ba41b (diff)
downloadperl-b7eceb5b089aac293e431894de6d9597f59eefbb.tar.gz
Better wording, suggested by Eric Cholet.
p4raw-id: //depot/perl@31590
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index c91f90507a..b299930a7c 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -27,7 +27,7 @@ and B<-W> switches. Warnings may be captured by setting C<$SIG{__WARN__}>
to a reference to a routine that will be called on each warning instead
of printing it. See L<perlvar>.
-Default warnings are always enabled unless they are explicitly disabled
+Severe warnings are always enabled, unless they are explicitly disabled
with the C<warnings> pragma or the B<-X> switch.
Trappable errors may be trapped using the eval operator. See