Pod::Weaver::PluginBundle::Author::AJNN - AJNN Pod::Weaver configuration
version 0.05
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
This is the configuration I use for Dist::Zilla::Plugin::PodWeaver. Most likely you don't want or need to read this.
This plugin bundle is nearly equivalent to the following weaver.ini config:
weaver.ini
[@CorePrep] [-SingleEnconding] [Name] [Version] [Generic / SYNOPSIS] [Generic / DESCRIPTION] [Generic / OVERVIEW] [Leftovers] [@Author::AJNN::Author] [@Author::AJNN::License]
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.
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
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.
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.
To install Dist::Zilla::PluginBundle::Author::AJNN, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Dist::Zilla::PluginBundle::Author::AJNN
CPAN shell
perl -MCPAN -e shell install Dist::Zilla::PluginBundle::Author::AJNN
For more information on module installation, please visit the detailed CPAN module installation guide.