RE: Untested libraries update
Paul Marquess [Fri, 21 Sep 2001 18:21:07 +0000 (19:21 +0100)]
Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>

p4raw-id: //depot/perl@12115

lib/warnings/register.pm

index d40da36..c5dc199 100644 (file)
@@ -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 ;