nothing really
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Meta / Method / Provided.pm
CommitLineData
8f7951c9 1
2package MooseX::AttributeHelpers::Meta::Method::Provided;
3use Moose;
4
5extends 'Moose::Meta::Method';
6
71;
8
9__END__
10
11=pod
12
ae2c330e 13=head1 NAME
14
15MooseX::AttributeHelpers::Meta::Method::Provided
16
17=head1 DESCRIPTION
18
5431dff2 19This is an extension of Moose::Meta::Method to mark I<provided> methods.
ae2c330e 20
21=head1 BUGS
22
23All complex software has bugs lurking in it, and this module is no
24exception. If you find a bug please either email me, or add the bug
25to cpan-RT.
26
27=head1 AUTHOR
28
29Stevan Little E<lt>stevan@iinteractive.comE<gt>
30
31=head1 COPYRIGHT AND LICENSE
32
33Copyright 2007 by Infinity Interactive, Inc.
34
35L<http://www.iinteractive.com>
36
37This library is free software; you can redistribute it and/or modify
38it under the same terms as Perl itself.
39
8f7951c9 40=cut