NAME
Dist::Iller::Config::Author::CSSON - Dist::Iller config
VERSION
Version 0.0200, released 2016-01-26.
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
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].
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 |
travis
| Int | optional, default: 1 |
read/write | 0: |
Exclude [TravisYML]. |
1: |
Include [TravisYML]. By default it tests 5.14+ |
distribution_name
| Str | optional | read-only |
main_module
| Str | 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.