Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
[p5sagit/p5-mst-13.2.git] / 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 ;