NAME
Pod::Weaver::PluginBundle::Author::AJNN - AJNN Pod::Weaver configuration
VERSION
version 0.01
SYNOPSIS
package Dist::Zilla::PluginBundle::Author::AJNN;
use Pod::Weaver::PluginBundle::Author::AJNN;
use Moose;
with 'Dist::Zilla::Role::PluginBundle::Easy';
sub configure {
shift->add_plugins(
...,
[ 'PodWeaver' => { config_plugin => '@Author::AJNN' } ],
);
}
or in dist.ini:
[PodWeaver]
config_plugin = @Author::AJNN
DESCRIPTION
This is the configuration I use for Dist::Zilla::Plugin::PodWeaver. Most likely you don't want or need to read this.
OVERVIEW
This plugin bundle is nearly equivalent to the following weaver.ini
config:
[@CorePrep]
[-SingleEnconding]
[Name]
[Version]
[Generic / SYNOPSIS]
[Generic / DESCRIPTION]
[Generic / OVERVIEW]
[Leftovers]
[@Author::AJNN::Author]
[@Author::AJNN::License]
BUGS
This configuration is hacked together specifically for AJNN's needs. It has not been designed with extensibility or reusability in mind. No forward or backward compatibility should be expected.
SEE ALSO
Dist::Zilla::PluginBundle::Author::AJNN
Pod::Weaver::PluginBundle::Author::AJNN::Author
Pod::Weaver::PluginBundle::Author::AJNN::License
Pod::Weaver::PluginBundle::Default
Dist::Zilla::Plugin::PodWeaver
AUTHOR
Arne Johannessen <ajnn@cpan.org>
If you contact me by email, please make sure you include the word "Perl" in your subject header to help beat the spam filters.
COPYRIGHT AND LICENSE
Arne Johannessen has dedicated the work to the Commons by waiving all of his or her rights to the work worldwide under copyright law and all related or neighboring legal rights he or she had in the work, to the extent allowable by law.
Works under CC0 do not require attribution. When citing the work, you should not imply endorsement by the author.