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