NAME

Dist::Zilla::PluginBundle::FLORA - Build your distributions like FLORA does

SYNOPSIS

In dist.ini:

[@FLORA]
dist = Distribution-Name
repository_at = github

DESCRIPTION

This is the Dist::Zilla configuration I use to build my distributions.

It is roughly equivalent to:

[@Basic]

[MetaConfig]
[MetaJSON]
[PkgVersion]
[PodSyntaxTests]
[PodCoverageTests]
[Test::NoTabs]
[Test::EOL]

[Test::ReportPrereqs]
:version = 0.019
verify_prereqs = 1

[MetaResources]
repository.type   = git
repository.url    = git://github.com/rafl/${lowercase_dist}
repository.web    = http://github.com/rafl/${lowercase_dist}
bugtracker.web    = http://rt.cpan.org/Public/Dist/Display.html?Name=${dist}
bugtracker.mailto = bug-${dist}@rt.cpan.org
homepage          = http://metacpan.org/release/${dist}

[Authority]
authority   = cpan:FLORA
do_metadata = 1

[MinimumPerl]
:version = 1.006
configure_finder = :NoFiles

[PodWeaver]
config_plugin = @FLORA

[AutoPrereqs]

AUTHOR

Florian Ragwitz <rafl@debian.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Florian Ragwitz.

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