Finalize ChangeLog
[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
b91f57af 21=head1 METHODS
22
23=over 4
24
25=item B<meta>
26
27=back
28
ae2c330e 29=head1 BUGS
30
31All complex software has bugs lurking in it, and this module is no
32exception. If you find a bug please either email me, or add the bug
33to cpan-RT.
34
35=head1 AUTHOR
36
37Stevan Little E<lt>stevan@iinteractive.comE<gt>
38
39=head1 COPYRIGHT AND LICENSE
40
99c62fb8 41Copyright 2007-2008 by Infinity Interactive, Inc.
ae2c330e 42
43L<http://www.iinteractive.com>
44
45This library is free software; you can redistribute it and/or modify
46it under the same terms as Perl itself.
47
8f7951c9 48=cut