Error in the latest FindBin patch, noticed by Nicholas
[p5sagit/p5-mst-13.2.git] / lib / warnings / register.pm
index da6be97..c5dc199 100644 (file)
@@ -1,5 +1,26 @@
 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 ;
 
 sub mkMask