The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pod::Weaver::Plugin::Perinci - Insert POD from Rinci metadata

VERSION

version 0.08

SYNOPSIS

In your weaver.ini:

 [-Perinci]
 ;exclude_modules = REGEX
 ;exclude_files = REGEX

DESCRIPTION

This plugin inserts POD documentation (generated by Perinci::To::POD).

TODO

If document already has =head1 FUNCTIONS, replace it instead of adding another one. Same goes for =head1 DESCRIPTION (and later =head1 ATTRIBUTES, =head1 METHODS, =head1 VARIABLES).

SEE ALSO

Perinci::To::POD

Pod::Weaver

AUTHOR

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Steven Haryanto.

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