| XML-Toolkit documentation | Contained in the XML-Toolkit distribution. |
XML::Toolkit::Trait::NoXML - A class to ...
This documentation refers to version 0.01.
use XML::Toolkit::Trait::NoXML;
The XML::Toolkit::Trait::NoXML class implements ...
Modules used, version dependencies, core yes/no
Moose::Role
...
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::Trait::NoXML; use Moose::Role; use namespace::autoclean; 1; __END__