Filled out the collection_with_roles test.
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers.pm
CommitLineData
22d869ff 1
2package MooseX::AttributeHelpers;
3
4our $VERSION = '0.01';
5our $AUTHORITY = 'cpan:STEVAN';
6
7use MooseX::AttributeHelpers::Counter;
8use MooseX::AttributeHelpers::Collection::Array;
9use MooseX::AttributeHelpers::Collection::Hash;
10
111;
12
13__END__
14
15=pod
16
17=head1 NAME
18
19=head1 SYNOPSIS
20
21=head1 DESCRIPTION
22
23=head1 METHODS
24
25=head1 BUGS
26
27All complex software has bugs lurking in it, and this module is no
28exception. If you find a bug please either email me, or add the bug
29to cpan-RT.
30
31=head1 AUTHOR
32
33Stevan Little E<lt>stevan@iinteractive.comE<gt>
34
35=head1 COPYRIGHT AND LICENSE
36
37Copyright 2007 by Infinity Interactive, Inc.
38
39L<http://www.iinteractive.com>
40
41This library is free software; you can redistribute it and/or modify
42it under the same terms as Perl itself.
43
44=cut