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