adding the Method::Required but not doing anything with it yet
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method / Required.pm
1
2 package Moose::Meta::Role::Method::Required;
3
4 use strict;
5 use warnings;
6
7 our $VERSION   = '0.01';
8 our $AUTHORITY = 'cpan:STEVAN';
9
10 1;
11
12 __END__
13
14 =pod
15
16 =head1 NAME
17
18 Moose::Meta::Role::Method::Required - A Moose metaclass for required methods in Roles
19
20 =head1 DESCRIPTION
21
22 =head1 BUGS
23
24 All complex software has bugs lurking in it, and this module is no 
25 exception. If you find a bug please either email me, or add the bug
26 to cpan-RT.
27
28 =head1 AUTHOR
29
30 Stevan Little E<lt>stevan@iinteractive.comE<gt>
31
32 =head1 COPYRIGHT AND LICENSE
33
34 Copyright 2006, 2007 by Infinity Interactive, Inc.
35
36 L<http://www.iinteractive.com>
37
38 This library is free software; you can redistribute it and/or modify
39 it under the same terms as Perl itself.
40
41 =cut