diff options
author | Paul Marquess <paul.marquess@btinternet.com> | 2001-09-21 19:21:07 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-21 17:19:03 +0000 |
commit | c503532989252898ff605cd4a12739b7319e682d (patch) | |
tree | 97cc856c6241d210d1bfbec9c87df2706bd2a20e /lib/warnings | |
parent | 739f7a2afa6eb3ef5d427c2f86a7c5c89c94576e (diff) | |
download | perl-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.pm | 11 |
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 ; |