-
-
25 Jun 2019 00:42:24 UTC
- Distribution: Dist-Zilla-PluginBundle-YANICK
- Module version: v0.30.0
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (1)
- Testers (188 / 5 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (24.2KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Dist::Zilla
- Dist::Zilla::Plugin::Authority
- Dist::Zilla::Plugin::CPANFile
- Dist::Zilla::Plugin::ChangeStats::Git
- Dist::Zilla::Plugin::CheckChangesHasContent
- Dist::Zilla::Plugin::CoalescePod
- Dist::Zilla::Plugin::CoderwallEndorse
- Dist::Zilla::Plugin::ContributorsFile
- Dist::Zilla::Plugin::CopyFilesFromBuild
- Dist::Zilla::Plugin::CopyrightYearFromGit
- Dist::Zilla::Plugin::Covenant
- Dist::Zilla::Plugin::DOAP
- Dist::Zilla::Plugin::Git
- Dist::Zilla::Plugin::Git::Contributors
- Dist::Zilla::Plugin::GitHubREADME::Badge
- Dist::Zilla::Plugin::GithubMeta
- Dist::Zilla::Plugin::HelpWanted
- Dist::Zilla::Plugin::InstallGuide
- Dist::Zilla::Plugin::InstallRelease
- Dist::Zilla::Plugin::License
- Dist::Zilla::Plugin::MatchManifest
- Dist::Zilla::Plugin::MetaJSON
- Dist::Zilla::Plugin::MetaProvides::Package
- Dist::Zilla::Plugin::MetaYAML
- Dist::Zilla::Plugin::ModuleBuild
- Dist::Zilla::Plugin::NextRelease
- Dist::Zilla::Plugin::NextVersion::Semantic
- Dist::Zilla::Plugin::PodWeaver
- Dist::Zilla::Plugin::PreviousVersion::Changelog
- Dist::Zilla::Plugin::ReadmeAnyFromPod
- Dist::Zilla::Plugin::ReportVersions::Tiny
- Dist::Zilla::Plugin::RunExtraTests
- Dist::Zilla::Plugin::SchwartzRatio
- Dist::Zilla::Plugin::Signature
- Dist::Zilla::Plugin::Test::Compile
- Dist::Zilla::Plugin::Test::PAUSE::Permissions
- Dist::Zilla::Plugin::Test::ReportPrereqs
- Dist::Zilla::Plugin::Test::UnusedVars
- Dist::Zilla::Plugin::TravisCI
- Dist::Zilla::Plugin::Twitter
- Dist::Zilla::Plugin::VerifyPhases
- Dist::Zilla::Role::MintingProfile::ShareDir
- Dist::Zilla::Role::PluginBundle::Config::Slicer
- Dist::Zilla::Role::PluginBundle::Easy
- Moose
- Type::Tiny
- Types::Standard
- experimental
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Dist::Zilla::PluginBundle::YANICK - Be like Yanick when you build your dists
VERSION
version 0.30.0
DESCRIPTION
This is the plugin bundle that Yanick uses to release his distributions. It's roughly equivalent to
[Git::Contributors] [ContributorsFile] [Test::Compile] [CoalescePod] [MakeMaker] [InstallGuide] [Covenant] [ContributorCovenant] [GithubMeta] remote=github [MetaYAML] [MetaJSON] [PodWeaver] [License] [HelpWanted] [ReadmeMarkdownFromPod] [CoderwallEndorse] users = yanick:Yanick [NextRelease] time_zone = America/Montreal [MetaProvides::Package] [MatchManifest] [ManifestSkip] [Git::GatherDir] exclude_filename = cpanfile exclude_filename = AUTHOR_PLEDGE exclude_filename = CODE_OF_CONDUCT.md [CopyFilesFromBuild] copy = cpanfile [ExecDir] [PkgVersion] [Authority] [Test::ReportPrereqs] [Signature] [AutoPrereqs] [CheckChangesHasContent] [TestRelease] [ConfirmRelease] [Git::Check] [PreviousVersion::Changelog] [NextVersion::Semantic] [ChangeStats::Git] group=STATISTICS [Git::Commit] [Git::CommitBuild] release_branch = releases multiple_inheritance = 1 [Git::Tag] tag_format = v%v branch = releases [UploadToCPAN] [Git::Push] push_to = github master releases [InstallRelease] install_command = cpanm . [Twitter] [SchwartzRatio] [RunExtraTests] [Test::UnusedVars] [DOAP] process_changes = 1 [TravisCI] verbose = 0 [CPANFile] [CopyrightYearFromGit] [GitHubREADME::Badge] [MinimumPerlFast]
ARGUMENTS
autoprereqs_skip
Passed as
skip
to AutoPrereqs.authority
Passed to Dist::Zilla::Plugin::Authority.
fake_release
If given a true value, uses Dist::Zilla::Plugin::FakeRelease instead of Dist::Zilla::Plugin::Git::Push, Dist::Zilla::Plugin::UploadToCPAN, Dist::Zilla::Plugin::InstallRelease and Dist::Zilla::Plugin::Twitter.
Can also be triggered via the FAKE environment variable.
builder
ModuleBuild
orMakeMaker
. Defaults toMakeMaker
.mb_class
Passed to
ModuleBuild
plugin.include_dotfiles
For
Git::GatherDir
. Defaults to false.tweet
If a tweet should be sent. Defaults to
true
.doap_changelog
If the DOAP plugin should generate the project history off the changelog. Defaults to true.
dev_branch
Master development branch.
Defaults to
master
.release_branch
Branch on which the CPAN images are commited.
Defaults to
releases
.upstream
The name of the upstream repo.
Defaults to
github
.travis_perl_versions
travis_perl_versions = 22,24,26,28,30
Comma-separated list of perl versions (without the leading '5') that travis should test. Ranges can be given (
14..16
), for which the odd numbers will be skipped. So14..26
will result in14,16,18,...
.Defaults to
22..30
.AUTHOR
Yanick Champoux <yanick@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019, 2018, 2017, 2015, 2014, 2013, 2012, 2011, 2010 by Yanick Champoux.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Dist::Zilla::PluginBundle::YANICK, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::PluginBundle::YANICK
perl -MCPAN -e shell install Dist::Zilla::PluginBundle::YANICK
For more information on module installation, please visit the detailed CPAN module installation guide.