bump version
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method.pm
index 7b6a8d4..6796423 100644 (file)
@@ -4,11 +4,11 @@ package Moose::Meta::Role::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '0.55_04';
+our $VERSION   = '0.73_02';
 $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
 
@@ -38,7 +38,7 @@ Stevan Little E<lt>stevan@iinteractive.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2006-2008 by Infinity Interactive, Inc.
+Copyright 2006-2009 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>