X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FMethod.pm;h=cbe349aa561c20ed0de1f0cd45478587c77da64f;hp=9c0b5e3477fed978ed4006b3dfcc5222abb66d04;hb=1820fffecb0bd1da64edc16ecde534178b841d14;hpb=284ca75b14da9b2685a78b7a0d4228512c8575c6 diff --git a/lib/Mouse/Meta/Method.pm b/lib/Mouse/Meta/Method.pm index 9c0b5e3..cbe349a 100755 --- a/lib/Mouse/Meta/Method.pm +++ b/lib/Mouse/Meta/Method.pm @@ -23,3 +23,13 @@ sub package_name{ $_[0]->{package} } 1; __END__ + +=head1 NAME + +Mouse::Meta::Method - A Mouse Method metaclass + +=head1 SEE ALSO + +L + +=cut