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