adding method meta-object so that you can differentiate between provided methods...
[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 =head1 METHODS
20
21 =head1 BUGS
22
23 All complex software has bugs lurking in it, and this module is no 
24 exception. If you find a bug please either email me, or add the bug
25 to cpan-RT.
26
27 =head1 AUTHOR
28
29 Stevan Little E<lt>stevan@iinteractive.comE<gt>
30
31 =head1 COPYRIGHT AND LICENSE
32
33 Copyright 2007 by Infinity Interactive, Inc.
34
35 L<http://www.iinteractive.com>
36
37 This library is free software; you can redistribute it and/or modify
38 it under the same terms as Perl itself.
39
40 =cut