NAME Dist::Zilla::PluginBundle::NIGELM - Build your distributions like I do VERSION version 0.14 SYNOPSIS In your dist.ini: [@NIGELM] dist = Distribution-Name repository_at = github DESCRIPTION This is the Dist::Zilla configuration I use to build my distributions. It was originally based on the @FLORA bundle but additionally pulls in ideas from @MARCEL bundle. It is roughly equivalent to: [Git::NextVersion] first_version = 0.01, version_regexp = release/(\d+.\d+) [Git::Check] [GatherDir] [CompileTests] [CriticTests] [MetaTests] [PodCoverageTests] [PodSyntaxTests] [PodSpellingTests] [KwaliteeTests] [PortabilityTests] [SynopsisTests] [MinimumVersionTests] [HasVersionTests] [DistManifestTests] [UnusedVarsTests] [NoTabsTests] [EOLTests] [InlineFiles] [ReportVersions] [PruneCruft] [PruneFiles] filenames = dist.ini [ManifestSkip] [AutoPrereqs] [MetaConfig] [MetaProvides::Class] [MetaProvides::Package] [MetaResources] [Authority] authority = cpan:NIGELM do_metadata = 1 locate_comment = 1 [ExtraTests] [NextRelease] [OurPkgVersion] [PodWeaver] config_plugin = @MARCEL [License] [ModuleBuild] [MetaYAML] [MetaJSON] [ReadmeAnyFromPod] type = pod filename = README.pod location = root [InstallGuide] [Manifest] [Git::Commit] [Git::Tag] [Git::CommitBuild] branch = release_branch = cpan [Git::Push] [CheckChangeLog] [UploadToCPAN] or [FakeRelease] Tweakables authority The authority for this distribution - defaults to "cpan:NIGELM" no_cpan If "no_cpan" or the environment variable "NO_CPAN" is set, then the upload to CPAN is suppressed. tag_format / tag_message / version_regexp / git_autoversion Overrides the Git bundle defaults for these. By default I use an unusual tag format of "release/%v" for historical reasons. If git_autoversion is true (the default) then the version number is taken from git. build_process Overrides build process system - basically this causes the standard Module Build generation to be supressed and replaced by a call to a module in the local inc directory specificed by this parameter instead. INSTALLATION See perlmodinstall for information and options on installing Perl modules. BUGS AND LIMITATIONS No bugs have been reported. Please report any bugs or feature requests through the web interface at . AVAILABILITY The project homepage is . The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit to find a CPAN site near you, or see . The development version lives at and may be cloned from . Instead of sending patches, please fork this project using the standard git and github infrastructure. AUTHOR Nigel Metheringham COPYRIGHT AND LICENSE This software is copyright (c) 2012 by Nigel Metheringham. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.