| Dist-Zilla-PluginBundle-JQUELIN documentation | view source | Contained in the Dist-Zilla-PluginBundle-JQUELIN distribution. |
major_version - passed as major option to the
AutoVersion plugin. Default to 1.weaver - can be either pod (default) or task, to load
respectively either PodWeaver or
TaskWeaver.skip_prereq - passed as skip option to the
AutoPrereq plugin if set. No default.skip_compile - passed as skip option to the
CompileTests plugin if set. No
default.fake_home - passed to
CompileTests to control whether
to fake home.
Dist::Zilla::PluginBundle::JQUELIN - build & release a distribution like jquelin
version 1.111710
In your dist.ini:
[@JQUELIN]
major_version = 1 ; this is the default
weaver = pod ; default, can also be 'task'
skip_prereq = ::Test$ ; no default
skip_compile = bin/ ; no default
This is a plugin bundle to load all plugins that I am using. It is equivalent to:
[AutoVersion]
; -- fetch & generate files
[GatherDir]
[CompileTests]
[HasVersionTests]
[KwaliteeTests]
[MinimumVersionTests]
[PodCoverageTests]
[PodSyntaxTests]
[ReportVersions::Tiny]
; -- remove some files
[PruneCruft]
[PruneFiles]
match = ~$
[ManifestSkip]
; -- get prereqs
[AutoPrereqs]
; -- munge files
[ExtraTests]
[NextRelease]
[PkgVersion]
[PodWeaver]
[Prepender]
; -- dynamic meta-information
[ExecDir]
[ShareDir]
[Bugtracker]
[Homepage]
[Repository]
[MetaProvides::Package]
[MetaConfig]
; -- generate meta files
[License]
[ModuleBuild]
[MetaYAML]
[MetaJSON]
[Readme]
[Manifest] ; should come last
; -- release
[CheckChangeLog]
[Git::Check],
[Git::Commit],
[Git::CommitBuild]
branch =
release_branch = releases
[Git::Tag / TagMaster]
[Git::Tag / TagRelease]
tag_format = cpan-v%v
branch = releases
[Git::Push],
[UploadToCPAN]
The following options are accepted:
major_version - passed as major option to the
AutoVersion plugin. Default to 1.weaver - can be either pod (default) or task, to load
respectively either PodWeaver or
TaskWeaver.skip_prereq - passed as skip option to the
AutoPrereq plugin if set. No default.skip_compile - passed as skip option to the
CompileTests plugin if set. No
default.fake_home - passed to
CompileTests to control whether
to fake home.You can look for information on this module at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-PluginBundle-JQUELIN
http://cpanratings.perl.org/d/Dist-Zilla-PluginBundle-JQUELIN
See also: Dist::Zilla::PluginBundle.
Jerome Quelin
This software is copyright (c) 2010 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Dist-Zilla-PluginBundle-JQUELIN documentation | view source | Contained in the Dist-Zilla-PluginBundle-JQUELIN distribution. |