diff options
Diffstat (limited to 'pod/perl.pod')
-rw-r--r-- | pod/perl.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perl.pod b/pod/perl.pod index f954e10e5f..f90696e8a8 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -392,7 +392,8 @@ Perl developers, please write to perl-thanks@perl.org . =head1 DIAGNOSTICS -The B<-w> switch produces some lovely diagnostics. +The C<use warnings> pragma (and the B<-w> switch) produces some +lovely diagnostics. See L<perldiag> for explanations of all Perl's diagnostics. The C<use diagnostics> pragma automatically turns Perl's normally terse warnings |