All unit tests passing with refactored stuff, documentation updated significantly.
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Collection.pm
CommitLineData
8c651099 1
2package MooseX::AttributeHelpers::Collection;
3use Moose;
8c651099 4
9a976497 5our $VERSION = '0.03';
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
720fa35b 24This is currently a sort of placeholder for future functionality. All
25Collection helpers are encouraged to inherit from it, in case it does
26something in the future.
5431dff2 27
8c651099 28=head1 BUGS
29
30All complex software has bugs lurking in it, and this module is no
31exception. If you find a bug please either email me, or add the bug
32to cpan-RT.
33
34=head1 AUTHOR
35
36Stevan Little E<lt>stevan@iinteractive.comE<gt>
37
38=head1 COPYRIGHT AND LICENSE
39
99c62fb8 40Copyright 2007-2008 by Infinity Interactive, Inc.
8c651099 41
42L<http://www.iinteractive.com>
43
44This library is free software; you can redistribute it and/or modify
45it under the same terms as Perl itself.
46
47=cut