From: Dave Rolsky Date: Thu, 11 Sep 2008 19:49:26 +0000 (+0000) Subject: Make this class subclass Moose::Meta::Method, which keeps things saner. X-Git-Tag: 0.58~34^2~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbdb609d14526769b529ed2d1e6b563db1684f0a;p=gitmo%2FMoose.git Make this class subclass Moose::Meta::Method, which keeps things saner. --- diff --git a/lib/Moose/Meta/Role/Method.pm b/lib/Moose/Meta/Role/Method.pm index 1ab49ec..6fe74b4 100644 --- a/lib/Moose/Meta/Role/Method.pm +++ b/lib/Moose/Meta/Role/Method.pm @@ -8,7 +8,7 @@ our $VERSION = '0.57'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; -use base 'Class::MOP::Method'; +use base 'Moose::Meta::Method'; 1;