The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Pod::Weaver::PluginBundle::Author::AJNN - AJNN Pod::Weaver configuration

VERSION

version 0.07

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.

EQUIVALENT INI CONFIG

This plugin bundle is nearly equivalent to the following weaver.ini config:

 [@CorePrep]
 [-SingleEncoding]
 [Name]
 [Version]
 
 [Leftovers]
 
 [@Author::AJNN::Author]
 [Contributors]
 
 [@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)

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.