NAME
Perl6::Pod::Directive::use - handle =use directive
SYNOPSIS
Load the corresponding Perldoc module:
=use Test::Tag test2
=for test2
SOME data
Define own formatting code:
=use Perldoc::TT <TT>
=config TT<> :allow<E>
head1 Overview of the M<TT: $CLASSNAME > class
DESCRIPTION
Perl6::Pod::Directive::use - handle =use directive
Perldoc provides a mechanism by which you can extend the syntax, semantics, or content of your documentation: the =use directive.
A =use directive may be specified with either a module name or a URI:
=use MODULE_NAME OPTIONAL CONFIG DATA
= OPTIONAL EXTRA CONFIG DATA
=use URI
SEE ALSO
http://perlcabal.org/syn/S26.html
AUTHOR
Zahatski Aliaksandr, <zag@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.