Dist::Zilla::PluginBundle::LEONT - LEONT's dzil bundle
version 0.014
This is currently identical to the following setup:
; @Basic except for MakeMaker, ExecDir, TestRelease and ExtraTests [GatherDir] [PruneCruft] [ManifestSkip] [MetaYAML] [License] [Readme] [ShareDir] [Manifest] [ConfirmRelease] [UploadToCPAN] [ExecDir] dir = script [RunExtraTests] [AutoPrereqs] [MetaJSON] [Repository] [Bugtracker] [MinimumPerl] ; [MinimumPerlFast] if fast=true [Git::NextVersion] [NextRelease] [CheckChangesHasContent] ($install_tool dependent modules) [InstallGuide] [PodWeaver] [PkgVersion] [PodSyntaxTests] [PodCoverageTests] [Test::Compile] xt_mode = 1 ; unless no other tests [@Git] [Git::Contributors]
This parameter can currently have 5 different values:
Use ExtUtils::MakeMaker
Use Module::Build
Use Module::Build with the ModuleBuild::Custom plugin
Use Module::Build::Tiny
Use the installing module to bootstrap itself
Use Module::Build::Tiny with a Module::Build fallback
Use Module::Build::Tiny with a Module::Build and a ExtUtils::MakeMaker fallback
Don't let this bundle add an install tool, this will need to be set manually. This also disables [InstallGuide]
.
This picks some alternative modules. Currently it replaces MinimumPerl by MinimumPerlFast.
This picks which bugtracker to use, options are github
and rt
.
Leon Timmermans <leont@cpan.org>
This software is copyright (c) 2012 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.