summaryrefslogtreecommitdiff
path: root/lib/warnings
diff options
context:
space:
mode:
authorPaul Marquess <paul.marquess@btinternet.com>2001-09-21 19:21:07 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-21 17:19:03 +0000
commitc503532989252898ff605cd4a12739b7319e682d (patch)
tree97cc856c6241d210d1bfbec9c87df2706bd2a20e /lib/warnings
parent739f7a2afa6eb3ef5d427c2f86a7c5c89c94576e (diff)
downloadperl-c503532989252898ff605cd4a12739b7319e682d.tar.gz
RE: Untested libraries update
Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk> p4raw-id: //depot/perl@12115
Diffstat (limited to 'lib/warnings')
-rw-r--r--lib/warnings/register.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/warnings/register.pm b/lib/warnings/register.pm
index d40da36053..c5dc1999a0 100644
--- a/lib/warnings/register.pm
+++ b/lib/warnings/register.pm
@@ -8,6 +8,17 @@ our $VERSION = '1.00';
warnings::register - warnings import function
+=head1 SYNOPSIS
+
+ use warnings::register ;
+
+=head1 DESCRIPTION
+
+Create a warnings category with the same name as the current package.
+
+See L<perlmodlib/Pragmatic Modules> and L<perllexwarn>.
+
+
=cut
require warnings ;