Added MooseX::AttributeHelpers::Number
[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;
565fe238 8use MooseX::AttributeHelpers::Number;
22d869ff 9use MooseX::AttributeHelpers::Collection::Array;
10use MooseX::AttributeHelpers::Collection::Hash;
11
121;
13
14__END__
15
16=pod
17
18=head1 NAME
19
20=head1 SYNOPSIS
21
22=head1 DESCRIPTION
23
24=head1 METHODS
25
26=head1 BUGS
27
28All complex software has bugs lurking in it, and this module is no
29exception. If you find a bug please either email me, or add the bug
30to cpan-RT.
31
32=head1 AUTHOR
33
34Stevan Little E<lt>stevan@iinteractive.comE<gt>
35
36=head1 COPYRIGHT AND LICENSE
37
38Copyright 2007 by Infinity Interactive, Inc.
39
40L<http://www.iinteractive.com>
41
42This library is free software; you can redistribute it and/or modify
43it under the same terms as Perl itself.
44
45=cut