NAME
Dist::Zilla::PluginBundle::PadrePlugin - Dist::Zilla plugin bundle for PadrePlugin
VERSION
version 0.04
DESCRIPTION
Putting the following in your Padre::Plugin::PluginName dist.ini file:
[@PadrePlugin]
module = Your::Module::Name
is equivalent to:
[@Filter]
bundle = @Basic
remove = MakeMaker
needs_display = 1
no_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
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.