This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
refer to perldiag from perlfunc
authorMarco Fontani <MFONTANI@cpan.org>
Wed, 13 Dec 2017 10:11:44 +0000 (11:11 +0100)
committerZefram <zefram@fysh.org>
Thu, 14 Dec 2017 19:55:34 +0000 (19:55 +0000)
Rather than duplicating information as to which keyword, function, or
operator generates which warning, point the reader to the proper place
to read about which warnings Perl generates in which scenario, which are
well described in the POD for "warnings".  [perl #116080]

pod/perlfunc.pod

index 5043d82..342e942 100644 (file)
@@ -104,7 +104,8 @@ X<function>
 Here are Perl's functions (including things that look like
 functions, like some keywords and named operators)
 arranged by category.  Some functions appear in more
-than one place.
+than one place.  Any warnings, including those produced by
++keywords, are described in L<perldiag> and L<warnings>.
 
 =over 4