summaryrefslogtreecommitdiff
path: root/lib/warnings.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/warnings.pm')
-rw-r--r--lib/warnings.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/warnings.pm b/lib/warnings.pm
index 5aef8eaaf8..3b2d87dc82 100644
--- a/lib/warnings.pm
+++ b/lib/warnings.pm
@@ -47,7 +47,8 @@ warnings - Perl pragma to control optional warnings
The C<warnings> pragma is a replacement for the command line flag C<-w>,
but the pragma is limited to the enclosing block, while the flag is global.
-See L<perllexwarn> for more information.
+See L<perllexwarn> for more information and the list of built-in warning
+categories.
If no import list is supplied, all possible warnings are either enabled
or disabled.