X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FMethod.pm;h=eafb5129c62d60c493684e93430f73e5e444d3d0;hb=3b48bcc824fb6cfa90f907cf4d83e01c224a72dd;hp=7fb56bdc0cc5fa48cde7e65eb0ab5892995f5813;hpb=506fb74dbff3e8f756230c643d8bff7b85ae9ca3;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Meta/Method.pm b/lib/Mouse/Meta/Method.pm index 7fb56bd..eafb512 100755 --- a/lib/Mouse/Meta/Method.pm +++ b/lib/Mouse/Meta/Method.pm @@ -28,7 +28,7 @@ sub package_name { $_[0]->{package} } sub associated_metaclass { $_[0]->{associated_metaclass} } sub fully_qualified_name { - my $self = shift; + my($self) = @_; return $self->package_name . '::' . $self->name; } @@ -41,7 +41,7 @@ Mouse::Meta::Method - A Mouse Method metaclass =head1 VERSION -This document describes Mouse version 0.40_09 +This document describes Mouse version 0.50_03 =head1 SEE ALSO