From: Paul Marquess Date: Fri, 21 Sep 2001 18:21:07 +0000 (+0100) Subject: RE: Untested libraries update X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c503532989252898ff605cd4a12739b7319e682d;p=p5sagit%2Fp5-mst-13.2.git RE: Untested libraries update Message-ID: p4raw-id: //depot/perl@12115 --- diff --git a/lib/warnings/register.pm b/lib/warnings/register.pm index d40da36..c5dc199 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 and L. + + =cut require warnings ;