Class::MOP::Class->add_method does not accept any params besides
Dave Rolsky [Fri, 7 Nov 2008 20:03:31 +0000 (20:03 +0000)]
method name and the method itself.

lib/Class/MOP/Class.pm

index 931f09d..a606680 100644 (file)
@@ -1477,7 +1477,7 @@ for more information on the method metaclasses.
 
 Wrap a code ref (C<$attrs{body>) with C<method_metaclass>.
 
-=item B<add_method ($method_name, $method, %attrs)>
+=item B<add_method ($method_name, $method)>
 
 This will take a C<$method_name> and CODE reference or meta method
 objectand install it into the class's package.