Pod::Weaver::Section::ReplaceName - Add or replace a NAME section with abstract.
version 1.00
This section plugin provides the same behaviour as Pod::Weaver::Section::Name but with the Pod::Weaver::Role::SectionReplacer role applied.
This section plugin will produce a hunk of Pod giving the name of the document as well as an abstract, like this:
=head1 NAME Some::Document - a document for some
It will determine the name and abstract by inspecting the ppi_document input parameter. It will look for the first package declaration, and for a comment in this form:
ppi_document
# ABSTRACT: a document for some
Sam Graham <libpod-weaver-pluginbundle-replaceboilerplate-perl BLAHBLAH illusori.co.uk>
This software is copyright (c) 2010 by Sam Graham <libpod-weaver-pluginbundle-replaceboilerplate-perl BLAHBLAH illusori.co.uk>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install Pod::Weaver::PluginBundle::ReplaceBoilerplate, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Pod::Weaver::PluginBundle::ReplaceBoilerplate
CPAN shell
perl -MCPAN -e shell install Pod::Weaver::PluginBundle::ReplaceBoilerplate
For more information on module installation, please visit the detailed CPAN module installation guide.