NAME
Dist::Zilla::PluginBundle::MARCEL - build and release a distribution like MARCEL
VERSION
version 1.100690
SYNOPSIS
In your dist.ini:
[@MARCEL]
major_version = 1 ; this is the default
weaver = pod ; default, can also be 'task'
skip_prereq = ::Test$ ; no 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]
; -- gather metadata
[Repository]
; -- munge files
[ExtraTests]
[NextRelease]
[PkgVersion]
[PodWeaver]
; -- dynamic meta-information
[InstallDirs]
[MetaProvides::Package]
; -- generate meta files
[License]
[MakeMaker]
[MetaYAML]
[MetaJSON]
[ReadmeFromPod]
[Manifest] ; should come last
; -- release
[CheckChangeLog]
[@Git]
[UploadToCPAN]
The following options are accepted:
major_version
- passed asmajor
option to the AutoVersion plugin. Default to 1.weaver
- can be eitherpod
(default) ortask
, to load respectively either PodWeaver or TaskWeaver.skip_prereq
- passed asskip
option to the AutoPrereq plugin if set. No default.fake_home
- passed to CompileTests to control whether to fake home.
FUNCTIONS
bundle_config
Defines the bundle's contents and passes on this bundle's configuration to the individual plugins as described above.
INSTALLATION
See perlmodinstall for information and options on installing Perl modules.
AUTHORS
Marcel Gruenauer <marcel@cpan.org>
Jerome Quelin <jquelin@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Marcel Gruenauer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.