NAME

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

SYNOPSIS

In dist.ini:

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

DESCRIPTION

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

It is roughly equivalent to:

[@Filter]
bundle = @Basic

[MetaConfig]
[MetaJSON]
[PkgVersion]
[PodSyntaxTests]
[PodCoverageTests]
[NoTabsTests]
[EOLTests]
[NextRelease]
[Git::Tag]

[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://search.cpan.org/dist/${dist}

[Authority]
authority   = cpan:CJFIELDS
do_metadata = 1

#[PodWeaver]
#config_plugin = @FLORA

[AutoPrereqs]

DERIVATION

This is a fork of Florian Ragwitz's excellent Dist::Zilla::PluginBundle::FLORA.

AUTHOR

BioPerl Team <bioperl-l@lists.open-bio.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by BioPerl Team.

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