
Pod::Weaver::Section::Template - add pod section from a Text::Template template

version 0.01

# weaver.ini [Template / SUPPORT] template = ~/.dzil/pod_templates/support.section main_module_only = 1

This plugin generates a pod section based on the contents of a template file. The template is parsed using Text::Template, and is then interpreted as pod. When parsing the template, any options specified in the plugin configuration which aren't configuration options for this plugin will be provided as variables for the template. Also, if this is being run as part of a Dist::Zilla build process, the values of all of the attributes on the zilla object will be available as variables, and the additional variable $main_module_name will be defined as the module name for the main_module file.

The file to be run through Text::Template and added as a pod section. Required.
The section header. Defaults to the plugin name.
If Pod::Weaver is being run through Dist::Zilla, this option determines whether to add the section to each module in the distribution, or to just the distribution's main module. Defaults to false.

No known bugs.
Please report any bugs through RT: email bug-pod-weaver-section-template at rt.cpan.org, or browse to http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Pod-Weaver-Section-Template.


You can find this documentation for this module with the perldoc command.
perldoc Pod::Weaver::Section::Template
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Pod-Weaver-Section-Template

Jesse Luehrs <doy at tozt dot net>

This software is copyright (c) 2010 by Jesse Luehrs.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.