adding the MooseX::MetaDescription stuff distilled from Ernst
[gitmo/MooseX-MetaDescription.git] / lib / MooseX / MetaDescription / Description.pm
1 package MooseX::MetaDescription::Description;
2 use Moose;
3
4 our $VERSION   = '0.01';
5 our $AUTHORITY = 'cpan:STEVAN';
6
7 no Moose; 1;
8
9 __END__
10
11 =pod
12
13 =head1 NAME
14
15 MooseX::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
33 All complex software has bugs lurking in it, and this module is no 
34 exception. If you find a bug please either email me, or add the bug
35 to cpan-RT.
36
37 =head1 AUTHOR
38
39 Stevan Little E<lt>stevan.little@iinteractive.comE<gt>
40
41 =head1 COPYRIGHT AND LICENSE
42
43 Copyright 2008 Infinity Interactive, Inc.
44
45 L<http://www.iinteractive.com>
46
47 This library is free software; you can redistribute it and/or modify
48 it under the same terms as Perl itself.
49
50 =cut