1 package MooseX::MetaDescription::Description;
5 our $AUTHORITY = 'cpan:STEVAN';
9 does => 'MooseX::MetaDescription::Meta::Trait',
22 MooseX::MetaDescription::Description - A base class for Meta Descriptions
26 This is a base class for building more complex custom meta-description
27 classes. All it does by default is to provide a back-link to the original
28 attribute it is describing.
36 The actual attribute that is being described.
46 All complex software has bugs lurking in it, and this module is no
47 exception. If you find a bug please either email me, or add the bug
52 Stevan Little E<lt>stevan.little@iinteractive.comE<gt>
54 =head1 COPYRIGHT AND LICENSE
56 Copyright 2008 Infinity Interactive, Inc.
58 L<http://www.iinteractive.com>
60 This library is free software; you can redistribute it and/or modify
61 it under the same terms as Perl itself.