NAME

Pod::Weaver::PluginBundle::FLORA - Document your modules like FLORA does

SYNOPSIS

In weaver.ini:

[@FLORA]

or in dist.ini:

[PodWeaver]
config_plugin = @FLORA

DESCRIPTION

This is the Pod::Weaver config I use for building my documentation. I use it via Dist::Zilla::PluginBundle::FLORA.

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

[Collect / TYPES]
command = type

[Leftovers]

[Region / postlude]

[Authors]
[Legal]

[-Transformer]
transformer = List

[-SingleEncoding]

AUTHOR

Florian Ragwitz <rafl@debian.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Florian Ragwitz.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.