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=9ba243ea5a02bb23f064e04e730fb51bc62d95a4;hpb=e78cd29d5fc15e8772735b0e4691549dd685d689;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Meta/Method.pm b/lib/Mouse/Meta/Method.pm index 9ba243e..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_08 +This document describes Mouse version 0.50_03 =head1 SEE ALSO