X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fwarnings%2Fregister.pm;h=c5dc1999a0311db60bb682d1eafbf10ee398bd19;hb=b1fd7ccc41177ed6dd350c64b8373d34ce2d689e;hp=f98075a5ee8c0e973e339f1fdc5df2edf92a09cd;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/warnings/register.pm b/lib/warnings/register.pm index f98075a..c5dc199 100644 --- a/lib/warnings/register.pm +++ b/lib/warnings/register.pm @@ -1,11 +1,24 @@ package warnings::register ; +our $VERSION = '1.00'; + =pod =head1 NAME 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 ;