2 package Moose::Meta::Role::Method::Required;
8 $VERSION = eval $VERSION;
9 our $AUTHORITY = 'cpan:STEVAN';
11 use base 'Moose::Meta::Role::Method';
21 Moose::Meta::Role::Method::Required - A Moose metaclass for required methods in Roles
27 All complex software has bugs lurking in it, and this module is no
28 exception. If you find a bug please either email me, or add the bug
33 Stevan Little E<lt>stevan@iinteractive.comE<gt>
35 =head1 COPYRIGHT AND LICENSE
37 Copyright 2006-2009 by Infinity Interactive, Inc.
39 L<http://www.iinteractive.com>
41 This library is free software; you can redistribute it and/or modify
42 it under the same terms as Perl itself.