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