bump dep
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Collection.pm
CommitLineData
8c651099 1
2package MooseX::AttributeHelpers::Collection;
3use Moose;
8c651099 4
18d43c2c 5our $VERSION = '0.13';
8c651099 6our $AUTHORITY = 'cpan:STEVAN';
7
8extends 'MooseX::AttributeHelpers::Base';
9
8c651099 10no Moose;
11
121;
13
14__END__
15
16=pod
17
18=head1 NAME
19
5431dff2 20MooseX::AttributeHelpers::Collection - Base class for all collection type helpers
8c651099 21
22=head1 DESCRIPTION
23
5431dff2 24Documentation to come.
25
8c651099 26=head1 METHODS
27
5431dff2 28=over 4
29
b91f57af 30=item B<meta>
31
5431dff2 32=item B<container_type>
33
34=item B<container_type_constraint>
35
36=item B<has_container_type>
37
38=item B<process_options_for_provides>
39
40=back
41
8c651099 42=head1 BUGS
43
44All complex software has bugs lurking in it, and this module is no
45exception. If you find a bug please either email me, or add the bug
46to cpan-RT.
47
48=head1 AUTHOR
49
50Stevan Little E<lt>stevan@iinteractive.comE<gt>
51
52=head1 COPYRIGHT AND LICENSE
53
99c62fb8 54Copyright 2007-2008 by Infinity Interactive, Inc.
8c651099 55
56L<http://www.iinteractive.com>
57
58This library is free software; you can redistribute it and/or modify
59it under the same terms as Perl itself.
60
61=cut