| XML-Toolkit documentation | Contained in the XML-Toolkit distribution. |
XML::Toolkit::MetaDescription::Attribute - A class to ...
This documentation refers to version 0.01.
use XML::Toolkit::MetaDescription::Attribute;
The XML::Toolkit::MetaDescription::Attribute class implements ...
Modules used, version dependencies, core yes/no
Moose
XML::Toolkit::MetaDescription
...
None known currently, please email the author if you find any.
Chris Prather (perigrin@domain.tld)
Copyright 2009 by Chris Prather.
This software is free. It is licensed under the same terms as Perl itself.
| XML-Toolkit documentation | Contained in the XML-Toolkit distribution. |
package XML::Toolkit::MetaDescription::Attribute; use Moose; use XML::Toolkit::MetaDescription; use namespace::autoclean; extends 'MooseX::MetaDescription::Meta::Attribute'; with 'XML::Toolkit::MetaDescription::Trait'; __PACKAGE__->meta->make_immutable; 1; __END__