NAME
Dist::Zilla::PluginBundle::JQUELIN - build & release a distribution like jquelin
VERSION
version 1.100060
SYNOPSIS
In your dist.ini:
[@JQUELIN]
major_version = 1 ; this is the default
DESCRIPTION
This is a plugin bundle to load all plugins that I am using. It is equivalent to:
[AutoVersion]
; -- fetch & generate files
[AllFiles]
[CompileTests]
[CriticTests]
[MetaTests]
[PodTests]
; -- remove some files
[PruneCruft]
[ManifestSkip]
; -- get prereqs
[AutoPrereq]
; -- munge files
[ExtraTests]
[NextRelease]
[PkgVersion]
[PodWeaver]
[Prepender]
copyright = 1
; -- dynamic meta-information
[InstallDirs]
[MetaProvides::Package]
; -- generate meta files
[License]
[ModuleBuild]
[MetaYAML]
[Readme]
[Manifest] ; should come last
; -- release
[CheckChangeLog]
[@Git]
[UploadToCPAN]
The major_version
option is passed as major
option to the AutoVersion plugin.
SEE ALSO
You can look for information on this module at:
Search CPAN
See open / report bugs
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-PluginBundle-JQUELIN
Mailing-list (same as dist-zilla)
Git repository
http://github.com/jquelin/dist-zilla-pluginbundle-jquelin.git
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
http://cpanratings.perl.org/d/Dist-Zilla-PluginBundle-JQUELIN
See also: Dist::Zilla::PluginBundle.
AUTHOR
Jerome Quelin
COPYRIGHT AND LICENSE
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.