From: Rafael Garcia-Suarez Date: Wed, 11 Jul 2007 20:33:27 +0000 (+0000) Subject: Better wording, suggested by Eric Cholet. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7eceb5b089aac293e431894de6d9597f59eefbb;p=p5sagit%2Fp5-mst-13.2.git Better wording, suggested by Eric Cholet. p4raw-id: //depot/perl@31590 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index c91f905..b299930 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. -Default warnings are always enabled unless they are explicitly disabled +Severe warnings are always enabled, unless they are explicitly disabled with the C pragma or the B<-X> switch. Trappable errors may be trapped using the eval operator. See