add_method() stores code references instead of a true value
[gitmo/Mouse.git] / lib / Mouse / Meta / Method.pm
index 21cff59..9567a28 100755 (executable)
@@ -1,8 +1,5 @@
 package Mouse::Meta::Method;
-use strict;
-use warnings;
-
-use Mouse::Util qw(:meta);
+use Mouse::Util qw(:meta); # enables strict and warnings
 
 use overload
     '&{}' => 'body',
@@ -36,4 +33,6 @@ Mouse::Meta::Method - A Mouse Method metaclass
 
 L<Moose::Meta::Method>
 
+L<Class::MOP::Method>
+
 =cut