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

NAME

Dist::Zilla::PluginBundle::LEONT - LEONT's dzil bundle

VERSION

version 0.012

DESCRIPTION

This is currently identical to the following setup:

    ; @Basic except for MakeMaker and ExecDir
    [GatherDir]
    [PruneCruft]
    [ManifestSkip]
    [MetaYAML]
    [License]
    [Readme]
    [ExtraTests]
    [ShareDir]
    [Manifest]
    [TestRelease]
    [ConfirmRelease]
    [UploadToCPAN]

    [ExecDir]
    dir = script

    [AutoPrereqs]
    [MetaJSON]
    [MetaResources]
    [Repository]
    [Bugtracker]
    [MinimumPerl]
    [Git::NextVersion]
    
    [NextRelease]
    [CheckChangesHasContent]

    ($install_tool dependent modules)

    [InstallGuide]

    [PodWeaver]
    [PkgVersion]
    
    [PodSyntaxTests]
    [PodCoverageTests]
    [Test::Compile]
    
    [@Git]

The install_tool parameter can currently have 5 different values:

  • eumm

    Use ExtUtils::MakeMaker

  • mb

    Use Module::Build

  • mbc

    Use Module::Build with the ModuleBuild::Custom plugin

  • mbt

    Use Module::Build::Tiny

  • self

    Use the installing module to bootstrap itself

AUTHOR

Leon Timmermans <leont@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Leon Timmermans.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.