bah
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method.pm
index b95973d..5b03e94 100644 (file)
@@ -4,7 +4,8 @@ package Moose::Meta::Role::Method;
 use strict;
 use warnings;
 
-our $VERSION = '0.01';
+our $VERSION   = '0.50';
+our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Method';
 
@@ -16,15 +17,13 @@ __END__
 
 =head1 NAME
 
-=head1 SYNOPOSIS
+Moose::Meta::Role::Method - A Moose Method metaclass for Roles
 
 =head1 DESCRIPTION
 
-=head1 METHODS
-
-=over 4
-
-=back
+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>.
 
 =head1 BUGS
 
@@ -36,11 +35,9 @@ to cpan-RT.
 
 Stevan Little E<lt>stevan@iinteractive.comE<gt>
 
-Yuval Kogman E<lt>nothingmuch@woobling.comE<gt>
-
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2006 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>