Remove a spurious undefined warning when using getopts.pl with -w.
[p5sagit/p5-mst-13.2.git] / lib / warnings / register.pm
index f98075a..c5dc199 100644 (file)
@@ -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<perlmodlib/Pragmatic Modules> and L<perllexwarn>.
+
+
 =cut
 
 require warnings ;