some new Array methods and some pod-coverage cleanup
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Meta / Method / Provided.pm
1
2 package MooseX::AttributeHelpers::Meta::Method::Provided;
3 use Moose;
4
5 extends 'Moose::Meta::Method';
6
7 1;
8
9 __END__
10
11 =pod
12
13 =head1 NAME
14
15 MooseX::AttributeHelpers::Meta::Method::Provided
16   
17 =head1 DESCRIPTION
18
19 This is an extension of Moose::Meta::Method to mark I<provided> methods.
20
21 =head1 METHODS
22
23 =over 4
24
25 =item B<meta>
26
27 =back
28
29 =head1 BUGS
30
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
33 to cpan-RT.
34
35 =head1 AUTHOR
36
37 Stevan Little E<lt>stevan@iinteractive.comE<gt>
38
39 =head1 COPYRIGHT AND LICENSE
40
41 Copyright 2007 by Infinity Interactive, Inc.
42
43 L<http://www.iinteractive.com>
44
45 This library is free software; you can redistribute it and/or modify
46 it under the same terms as Perl itself.
47
48 =cut