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