foop
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers.pm
CommitLineData
22d869ff 1
2package MooseX::AttributeHelpers;
3
4our $VERSION = '0.01';
5our $AUTHORITY = 'cpan:STEVAN';
6
8f7951c9 7use MooseX::AttributeHelpers::Meta::Method::Provided;
8
22d869ff 9use MooseX::AttributeHelpers::Counter;
565fe238 10use MooseX::AttributeHelpers::Number;
22d869ff 11use MooseX::AttributeHelpers::Collection::Array;
12use MooseX::AttributeHelpers::Collection::Hash;
13
141;
15
16__END__
17
18=pod
19
20=head1 NAME
21
fa4df2e6 22MooseX::AttributeHelpers
23
22d869ff 24=head1 SYNOPSIS
25
26=head1 DESCRIPTION
27
22d869ff 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
40Copyright 2007 by Infinity Interactive, Inc.
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