more tweaks
[gitmo/MooseX-MetaDescription.git] / lib / MooseX / MetaDescription / Meta / Role / HasDescription.pm
CommitLineData
de7ba0e9 1package MooseX::MetaDescription::Meta::Role::HasDescription;
2use Moose::Role;
3
4our $VERSION = '0.01';
5our $AUTHORITY = 'cpan:STEVAN';
6
4a7bc2f6 7
de7ba0e9 8
9no Moose::Role; 1;
10
11__END__
12
13=pod
14
15=head1 NAME
16
17MooseX::MetaDescription::Meta::Role::HasDescription - A Moosey solution to this problem
18
19=head1 SYNOPSIS
20
21 use MooseX::MetaDescription::Meta::Role::HasDescription;
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