bump version to 0.23
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Meta / Method / Provided.pm
CommitLineData
8f7951c9 1
2package MooseX::AttributeHelpers::Meta::Method::Provided;
3use Moose;
4
2e74144c 5our $VERSION = '0.23';
227feec8 6$VERSION = eval $VERSION;
7our $AUTHORITY = 'cpan:STEVAN';
8
8f7951c9 9extends 'Moose::Meta::Method';
10
111;
12
13__END__
14
15=pod
16
ae2c330e 17=head1 NAME
18
19MooseX::AttributeHelpers::Meta::Method::Provided
20
21=head1 DESCRIPTION
22
5431dff2 23This is an extension of Moose::Meta::Method to mark I<provided> methods.
ae2c330e 24
b91f57af 25=head1 METHODS
26
27=over 4
28
29=item B<meta>
30
31=back
32
ae2c330e 33=head1 BUGS
34
35All complex software has bugs lurking in it, and this module is no
36exception. If you find a bug please either email me, or add the bug
37to cpan-RT.
38
39=head1 AUTHOR
40
41Stevan Little E<lt>stevan@iinteractive.comE<gt>
42
43=head1 COPYRIGHT AND LICENSE
44
9c5d164e 45Copyright 2007-2009 by Infinity Interactive, Inc.
ae2c330e 46
47L<http://www.iinteractive.com>
48
49This library is free software; you can redistribute it and/or modify
50it under the same terms as Perl itself.
51
227feec8 52=cut