Improve documents
[gitmo/Mouse.git] / lib / Mouse / Meta / Method.pm
index a423012..cbe349a 100755 (executable)
@@ -2,6 +2,8 @@ package Mouse::Meta::Method;
 use strict;
 use warnings;
 
+use Mouse::Util qw(:meta);
+
 use overload
     '&{}' => 'body',
     fallback => 1,
@@ -21,3 +23,13 @@ sub package_name{ $_[0]->{package} }
 1;
 
 __END__
+
+=head1 NAME
+
+Mouse::Meta::Method - A Mouse Method metaclass
+
+=head1 SEE ALSO
+
+L<Moose::Meta::Method>
+
+=cut