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 All complex software has bugs lurking in it, and this module is no
32 exception. If you find a bug please either email me, or add the bug
37 Stevan Little E<lt>stevan@iinteractive.comE<gt>
39 =head1 COPYRIGHT AND LICENSE
41 Copyright 2006-2009 by Infinity Interactive, Inc.
43 L<http://www.iinteractive.com>
45 This library is free software; you can redistribute it and/or modify
46 it under the same terms as Perl itself.