2 package MooseX::AttributeHelpers::Trait::Collection;
6 $VERSION = eval $VERSION;
7 our $AUTHORITY = 'cpan:STEVAN';
9 with 'MooseX::AttributeHelpers::Trait::Base';
21 MooseX::AttributeHelpers::Collection - Base class for all collection type helpers
25 Documentation to come.
33 =item B<container_type>
35 =item B<container_type_constraint>
37 =item B<has_container_type>
39 =item B<process_options_for_provides>
45 All complex software has bugs lurking in it, and this module is no
46 exception. If you find a bug please either email me, or add the bug
51 Stevan Little E<lt>stevan@iinteractive.comE<gt>
53 =head1 COPYRIGHT AND LICENSE
55 Copyright 2007-2009 by Infinity Interactive, Inc.
57 L<http://www.iinteractive.com>
59 This library is free software; you can redistribute it and/or modify
60 it under the same terms as Perl itself.