NAME
Dist::Iller::Config::Author::CSSON - Dist::Iller config
VERSION
Version 0.0328, released 2020-12-28.
SYNOPSIS
# in iller.yaml
+config: Author::CSSON
splint: 1
DESCRIPTION
Dist::Iller::Config::Author::Csson is a Dist::Iller configuration. The plugin list is in share/author-csson.yaml
.
ATTRIBUTES
travis
Int | optional, default: 0 |
read/write | 0 : |
Exclude [TravisYML]. |
1 : |
Include [TravisYML]. |
travis_perl_min
Int | optional, default: 14 |
read-only |
Minimum Perl version to test on Travis. All production releases up to (and including) 'travis_perl_max' are automatically included. Only give the minor version number (eg '14' for Perl 5.14).
travis_perl_max
Int | optional, default: 24 |
read-only |
Maximum Perl version to test on Travis. See 'travis_perl_min'.
badges
Bool | optional, default: 1 |
read-only |
Include Badge::Depot badges or not.
filepath
Path | optional, default: author-csson.yaml |
read-only |
Path to the plugin configuration file, relative to the installed share dir location.
homepage
Str | optional, default: https://metacpan.org/release/[distribution_name] |
read/write |
URL to the distribution's homepage.
installer
Str | optional, default: MakeMaker |
read/write |
The installer plugin to be used.
is_private
Int | optional, default: 0 |
read/write | 0 : |
Include [UploadToCPAN] and [GithubMeta]. |
1 : |
Include [UploadToStratopan]. |
is_task
Bool | optional, default: 0 |
read-only |
If set to a true value it will include [TaskWeaver] instead of [PodWeaver].
main_module
Str | optional, default: The package name |
read-only |
Override this attribute when there's more than one config in a distribution. It uses the main_module's sharedir location for the config files.
splint
Int | optional, default: 0 |
read/write | 0 : |
Exclude Pod::Elemental::Transformer::Splint from weaver.ini |
1 : |
Include Pod::Elemental::Transformer::Splint in weaver.ini |
global
Maybe[InstanceOf['Dist::Iller::DocType::Global']] | optional | read-only |
ENVIRONMENT VARIABLES
FAKE_RELEASE
If set to a true value this will include [FakeRelease] and remove either [UploadToCPAN] or [UploadToStratopan].
SOURCE
https://github.com/Csson/p5-Dist-Iller-Config-Author-CSSON
HOMEPAGE
https://metacpan.org/release/Dist-Iller-Config-Author-CSSON
AUTHOR
Erik Carlsson <info@code301.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Erik Carlsson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.