X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FMethod.pm;h=67b1d5663bbf53719570ff5876b3913ec1ef2584;hb=7d2a0f10529e2effdb18d9f85a157700bf6236a7;hp=9ba243ea5a02bb23f064e04e730fb51bc62d95a4;hpb=e78cd29d5fc15e8772735b0e4691549dd685d689;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Meta/Method.pm b/lib/Mouse/Meta/Method.pm index 9ba243e..67b1d56 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 =head1 SEE ALSO