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