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