minimalism all the way
[gitmo/MooseX-MetaDescription.git] / lib / MooseX / MetaDescription.pm
CommitLineData
c13295c8 1package MooseX::MetaDescription;
2use Moose;
3
4use MooseX::MetaDescription::Meta::Class;
5use MooseX::MetaDescription::Meta::Attribute;
5d49532a 6use MooseX::MetaDescription::Description;
c13295c8 7
8our $VERSION = '0.01';
9our $AUTHORITY = 'cpan:STEVAN';
10
11no Moose; 1;
12
13__END__
14
15=pod
16
17=head1 NAME
18
19MooseX::MetaDescription - A Moosey solution to this problem
20
21=head1 SYNOPSIS
22
23 use MooseX::MetaDescription;
24
25=head1 DESCRIPTION
26
27=head1 METHODS
28
29=over 4
30
31=item B<>
32
33=back
34
35=head1 BUGS
36
37All complex software has bugs lurking in it, and this module is no
38exception. If you find a bug please either email me, or add the bug
39to cpan-RT.
40
41=head1 AUTHOR
42
43Stevan Little E<lt>stevan.little@iinteractive.comE<gt>
44
45=head1 COPYRIGHT AND LICENSE
46
47Copyright 2008 Infinity Interactive, Inc.
48
49L<http://www.iinteractive.com>
50
51This library is free software; you can redistribute it and/or modify
52it under the same terms as Perl itself.
53
54=cut