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=07723a978d7e66182b8349cd769ecf98a084643c;hp=7fb56bdc0cc5fa48cde7e65eb0ab5892995f5813;hb=81fd550d4417451af22a45f26b93829b4515bb89;hpb=506fb74dbff3e8f756230c643d8bff7b85ae9ca3 diff --git a/lib/Mouse/Meta/Method.pm b/lib/Mouse/Meta/Method.pm index 7fb56bd..07723a9 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.45 =head1 SEE ALSO