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

NAME

Dist::Zilla::PluginBundle::PadrePlugin - Dist::Zilla plugin bundle for PadrePlugin

VERSION

version 0.06

DESCRIPTION

Putting the following in your Padre::Plugin::PluginName dist.ini file:

        [@PadrePlugin]

is equivalent to:

        [@Filter]
        bundle = @Basic
        remove = MakeMaker

        needs_display  = 1

        [CheckChangeLog]
        [CheckChangesTests]
        [CompileTests]
        [LoadTests]
        [EOLTests]
        [PodWeaver]
        [PkgVersion]
        [MetaResources]
        [MetaConfig]
        [MetaJSON]
        [NextRelease]
        format = %-6v %{yyyy.MM.dd}d
        [PodSyntaxTests]
        [ModuleBuild]
        [LocaleMsgfmt]

You can specify the following options: homepage repository format

AUTHOR

Ahmad M. Zawawi <ahmad.zawawi@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Ahmad M. Zawawi.

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