summaryrefslogtreecommitdiff
path: root/pod/perllexwarn.pod
blob: d60462458b3b287eef3ded2c0ae46229ffb19ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
=head1 NAME

perllexwarn - Perl Lexical Warnings

=head1 DESCRIPTION

Perl v5.6.0 introduced lexical control over the handling of warnings by
category.  The C<warnings> pragma generally replaces the command line flag
B<-w>.  Documentation on the use of lexical warnings, once partly found in
this document, is now found in the L<warnings> documentation.