X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=445882b90468f539c96a14bc0d403e8d6354ac9a;hb=f4b86ac0e1fd7ff8a180f2f8332821170db5371e;hp=a684b7b771067cdbc69b4f35b79c7557f13fd63e;hpb=9039e8ec60c872fa009efedd3b7b311128d1fc4b;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index a684b7b..445882b 100644 --- a/lib/Moose/Meta/Method.pm +++ b/lib/Moose/Meta/Method.pm @@ -3,12 +3,16 @@ package Moose::Meta::Method; use strict; use warnings; -our $VERSION = '0.89_01'; +our $VERSION = '1.16'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; +use Class::MOP::MiniTrait; + use base 'Class::MOP::Method'; +Class::MOP::MiniTrait::apply(__PACKAGE__, 'Moose::Meta::Object::Trait'); + sub _error_thrower { my $self = shift; ( ref $self && $self->associated_metaclass ) || "Moose::Meta::Class"; @@ -41,10 +45,10 @@ Moose::Meta::Method - A Moose Method metaclass =head1 DESCRIPTION -This class is a subclass of L that provides +This class is a subclass of L that provides additional Moose-specific functionality, all of which is private. -To understand this class, you should read the the L +To understand this class, you should read the the L documentation. =head1 INHERITANCE @@ -53,9 +57,7 @@ C is a subclass of L. =head1 BUGS -All complex software has bugs lurking in it, and this module is no -exception. If you find a bug please either email me, or add the bug -to cpan-RT. +See L for details on reporting bugs. =head1 AUTHOR @@ -63,7 +65,7 @@ Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2009 by Infinity Interactive, Inc. +Copyright 2006-2010 by Infinity Interactive, Inc. L