Re: one nit to fix [PATCH]
[p5sagit/p5-mst-13.2.git] / warnings.pl
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.