[DOC PATCH] warnings.pl
Elizabeth Mattijsen [Thu, 14 Aug 2003 13:12:55 +0000 (15:12 +0200)]
Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>

(some rewording)

p4raw-id: //depot/perl@20701

lib/warnings.pm
warnings.pl

index 6982b2c..705548a 100644 (file)
@@ -39,6 +39,10 @@ warnings - Perl pragma to control optional warnings
 
 =head1 DESCRIPTION
 
+The C<warnings> pragma is a replacement for the command line flag C<-w>,
+but the pragma is limited to the enclosing block, while the flag is global.
+See L<perllexwarn> for more information.
+
 If no import list is supplied, all possible warnings are either enabled
 or disabled.
 
index b720274..eff8d60 100644 (file)
@@ -508,6 +508,10 @@ warnings - Perl pragma to control optional warnings
 
 =head1 DESCRIPTION
 
+The C<warnings> pragma is a replacement for the command line flag C<-w>,
+but the pragma is limited to the enclosing block, while the flag is global.
+See L<perllexwarn> for more information.
+
 If no import list is supplied, all possible warnings are either enabled
 or disabled.