This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / pod / perllexwarn.pod
... / ...
CommitLineData
1=head1 NAME
2
3perllexwarn - Perl Lexical Warnings
4
5=head1 DESCRIPTION
6
7Perl v5.6.0 introduced lexical control over the handling of warnings by
8category. The C<warnings> pragma generally replaces the command line flag
9B<-w>. Documentation on the use of lexical warnings, once partly found in
10this document, is now found in the L<warnings> documentation.
11