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

In weaver.ini:
[@FLORA]
or in dist.ini:
[PodWeaver] config_plugin = @FLORA

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

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]

Florian Ragwitz <rafl@debian.org>

This software is copyright (c) 2010 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.