The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::PluginBundle::NIGELM - Build your distributions like I do

VERSION

version 0.07

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]
    [MetaResources]
    [Authority]
        authority   => cpan:NIGELM
        do_metadata => 1,
    [ExtraTests]
    [NextRelease]
    [PkgVersion]
    [PodWeaver]
        config_plugin = @MARCEL
    [License]
    [MakeMaker]
    [MetaYAML]
    [MetaJSON]
    [ReadmeFromPod]
    [InstallGuide]
    [Manifest]
    [Git::Commit]
    [Git::Tag]
    [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.

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 http://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-PluginBundle-NIGELM.

AVAILABILITY

The project homepage is http://search.cpan.org/dist/Dist-Zilla-PluginBundle-NIGELM.

The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a CPAN site near you, or see http://search.cpan.org/dist/Dist-Zilla-PluginBundle-NIGELM/.

The development version lives at http://github.com/nigelm/Dist-Zilla-PluginBundle-NIGELM and may be cloned from git://github.com/nigelm/Dist-Zilla-PluginBundle-NIGELM.git. Instead of sending patches, please fork this project using the standard git and github infrastructure.

AUTHOR

Nigel Metheringham <nigelm@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 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.