-
-
03 Jul 2022 14:23:05 UTC
- Distribution: Dist-Zilla-PluginBundle-Author-AJNN
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (75 / 0 / 32)
- Kwalitee
Bus factor: 1- % Coverage
- License: unrestricted
- Perl: v5.26.0
- Activity
24 month- Tools
- Download (13.16KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Dist::Zilla
- Dist::Zilla::File::FromCode
- Dist::Zilla::Plugin::CheckChangeLog
- Dist::Zilla::Plugin::Git
- Dist::Zilla::Plugin::GithubMeta
- Dist::Zilla::Plugin::MetaProvides::Package
- Dist::Zilla::Plugin::PodWeaver
- Dist::Zilla::Plugin::PruneAliases
- Dist::Zilla::Plugin::RunExtraTests
- Dist::Zilla::Plugin::Test::MinimumVersion
- Dist::Zilla::Role::FileGatherer
- Dist::Zilla::Role::FilePruner
- Dist::Zilla::Role::PluginBundle::Easy
- Encode
- Moose
- Pod::Elemental
- Pod::Elemental::Element::Nested
- Pod::Elemental::Element::Pod5::Ordinary
- Pod::Text
- Pod::Weaver
- Pod::Weaver::Config::Assembler
- Pod::Weaver::Role::Section
- Software::License
- namespace::autoclean
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Pod::Weaver::PluginBundle::Author::AJNN::Author - Pod section naming the author
VERSION
version 0.03
SYNOPSIS
package Pod::Weaver::PluginBundle::Author::AJNN; use Pod::Weaver::PluginBundle::Author::AJNN::Author; sub mvp_bundle_config { return ( ..., [ '@AJNN/Author', __PACKAGE__ . '::Author', {}, ], ) }
DESCRIPTION
This package provides AJNN's customised author statement.
In particular, if AJNN is declared as a distribution's only author, a note is added that may help spam filtering.
BUGS
Multiple authors are unsupported.
SEE ALSO
Pod::Weaver::PluginBundle::Author::AJNN
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.
Module Install Instructions
To install Dist::Zilla::PluginBundle::Author::AJNN, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::PluginBundle::Author::AJNN
perl -MCPAN -e shell install Dist::Zilla::PluginBundle::Author::AJNN
For more information on module installation, please visit the detailed CPAN module installation guide.