warnings.pm: improve awkward sentence in pod
authorRicardo Signes <rjbs@cpan.org>
Tue, 18 Mar 2014 17:16:08 +0000 (13:16 -0400)
committerRicardo Signes <rjbs@cpan.org>
Tue, 18 Mar 2014 17:29:30 +0000 (13:29 -0400)
regen/warnings.pl

index 7e25ec6..0e65a26 100644 (file)
@@ -510,10 +510,10 @@ warnings - Perl pragma to control optional warnings
 
 =head1 DESCRIPTION
 
-The C<use warnings> pragma enables to control precisely what warnings are
-to be enabled in which parts of a Perl program.  It's a more flexible
-alternative for both the command line flag B<-w> and the equivalent Perl
-variable, C<$^W>.
+The C<warnings> pragma gives control over which warnings are enabled in
+which parts of a Perl program.  It's a more flexible alternative for
+both the command line flag B<-w> and the equivalent Perl variable,
+C<$^W>.
 
 This pragma works just like the C<strict> pragma.
 This means that the scope of the warning pragma is limited to the