bump version to 0.65
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method.pm
index 1ab49ec..3e3edc8 100644 (file)
@@ -4,11 +4,11 @@ package Moose::Meta::Role::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '0.57';
+our $VERSION   = '0.65';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
-use base 'Class::MOP::Method';
+use base 'Moose::Meta::Method';
 
 1;
 
@@ -24,7 +24,7 @@ Moose::Meta::Role::Method - A Moose Method metaclass for Roles
 
 This is primarily used to mark methods coming from a role 
 as being different. Right now it is nothing but a subclass
-of L<Class::MOP::Method>.
+of L<Moose::Meta::Method>.
 
 =head1 BUGS