NAME
Pod::Weaver::PluginBundle::TAPPER - Document your modules like TAPPER does
SYNOPSIS
In weaver.ini:
[@TAPPER]
or in dist.ini:
[PodWeaver]
config_plugin = @TAPPER
DESCRIPTION
This is the Pod::Weaver config I use for building my documentation. I use it via Dist::Zilla::PluginBundle::TAPPER.
OVERVIEW
This plugin bundle is equivalent to the following weaver.ini file:
[@CorePrep]
[Name]
[Region / prelude]
[Generic / SYNOPSIS]
[Generic / DESCRIPTION]
[Generic / OVERVIEW]
[Collect / ATTRIBUTES]
command = attr
[Collect / METHODS]
command = method
[Collect / FUNCTIONS]
command = func
[Leftovers]
[Region / postlude]
[Authors]
[Legal]
[-Transformer]
transformer = List
[-Encoding]
AUTHOR
Steffen Schwigon <ss5@renormalist.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Steffen Schwigon.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.