2 package Moose::Meta::Role::Method;
8 $VERSION = eval $VERSION;
9 our $AUTHORITY = 'cpan:STEVAN';
11 use base 'Moose::Meta::Method';
21 Moose::Meta::Role::Method - A Moose Method metaclass for Roles
25 This is primarily used to mark methods coming from a role
26 as being different. Right now it is nothing but a subclass
27 of L<Moose::Meta::Method>.
31 See L<Moose/BUGS> for details on reporting bugs.
35 Stevan Little E<lt>stevan@iinteractive.comE<gt>
37 =head1 COPYRIGHT AND LICENSE
39 Copyright 2006-2010 by Infinity Interactive, Inc.
41 L<http://www.iinteractive.com>
43 This library is free software; you can redistribute it and/or modify
44 it under the same terms as Perl itself.