Battle namespace pollution.
[p5sagit/p5-mst-13.2.git] / pod / perlrun.pod
index c71b9f3..0c3fcad 100644 (file)
@@ -4,7 +4,7 @@ perlrun - how to execute the Perl interpreter
 
 =head1 SYNOPSIS
 
-B<perl>        S<[ B<-sTuU> ]>
+B<perl>        S<[ B<-sTuUWX> ]>
        S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]>
        S<[ B<-cw> ] [ B<-d>[:I<debugger>] ] [ B<-D>[I<number/list>] ]>
        S<[ B<-pna> ] [ B<-F>I<pattern> ] [ B<-l>[I<octal>] ] [ B<-0>[I<octal>] ]>
@@ -692,9 +692,19 @@ can disable or promote into fatal errors specific warnings using
 C<__WARN__> hooks, as described in L<perlvar> and L<perlfunc/warn>.
 See also L<perldiag> and L<perltrap>.  A new, fine-grained warning
 facility is also available if you want to manipulate entire classes
-of warnings; see L<warning> (or better yet, its source code) about
+of warnings; see L<warnings> (or better yet, its source code) about
 that.
 
+=item B<-W>
+
+Enables all warnings regardless of 
+See L<perllexwarn>.
+
+=item B<-X>
+
+Disables all warnings regardless of 
+See L<perllexwarn>.
+
 =item B<-x> I<directory>
 
 tells Perl that the program is embedded in a larger chunk of unrelated