NAME
Dist::Zilla::PluginBundle::BioPerl - Build your distributions like Bioperl does
VERSION
version 0.20
SYNOPSIS
# dist.ini
name = Dist-Zilla-Plugin-BioPerl
...
[@BioPerl]
DESCRIPTION
This is the Dist::Zilla configuration for the BioPerl project. It is roughly equivalent to:
[@Filter]
-bundle = @Basic ; the basic to maintain and release CPAN distros
-remove = Readme ; avoid conflict since we already have a README file
[MetaConfig] ; summarize Dist::Zilla configuration on distribution
[MetaJSON] ; produce a META.json
[PkgVersion] ; add a $version to the modules
[PodSyntaxTests] ; create a release test for Pod syntax
[NoTabsTests] ; create a release tests making sure hard tabs aren't used
[Test::Compile] ; test syntax of all modules
[PodCoverageTests] ; create release test for Pod coverage
[MojibakeTests] ; create release test for correct encoding
[AutoPrereqs] ; automatically find the dependencies
[AutoMetaResources] ; automatically fill resources fields on metadata
repository.github = user:bioperl
homepage = http://search.cpan.org/dist/${dist}
[MetaResources] ; fill resources fields on metadata
bugtracker.web = https://redmine.open-bio.org/projects/bioperl/
bugtracker.mailto = bioperl-l@bioperl.org
[Authority] ; put the $AUTHORITY line in the modules and metadata
authority = cpan:BIOPERLML
do_metadata = 1
[EOLTests] ; create release tests for correct line endings
trailing_whitespace = 1
[PodWeaver]
config_plugin = @BioPerl
[NextRelease] ; update release number on Changes file
[Git::Check] ; check working path for any uncommitted stuff
allow_dirty = Changes
allow_dirty = dist.ini
[Git::Commit] ; commit the dzil-generated stuff
allow_dirty = Changes
allow_dirty = dist.ini
[Git::Tag] ; tag our new release
tag_format = %N-v%v
tag_message = %N-v%v
CONFIGURATION
Use the Dist::Zilla::PluginBundle::Filter to filter any undesired plugin that is part of the default set. This also allows to change those plugins default values. However, the BioPerl bundle already recognizes some of the plugins options and will pass it to the corresponding plugin. If any is missing, please consider patching this bundle.
In some cases, this bundle will also perform some sanity checks before passing the value to the original plugin.
homepage
Same option used by the Dist::Zilla::Plugin::AutoMetaResources
repository.github
Same option used by the Dist::Zilla::Plugin::AutoMetaResources
bugtracker.web
Same option used by the Dist::Zilla::Plugin::MetaResources
bugtracker.mailto
Same option used by the Dist::Zilla::Plugin::MetaResources
authority
Same option used by the Dist::Zilla::Plugin::Authority
trailing_whitespace
Same option used by the Dist::Zilla::Plugin::EOLTests
allow_dirty
Same option used by the Dist::Zilla::Plugin::Git::Commit and Dist::Zilla::Plugin::Git::Check
FEEDBACK
Mailing lists
User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated.
bioperl-l@bioperl.org - General discussion
http://bioperl.org/wiki/Mailing_lists - About the mailing lists
Support
Please direct usage questions or support issues to the mailing list: bioperl-l@bioperl.org
rather than to the module maintainer directly. Many experienced and reponsive experts will be able look at the problem and quickly address it. Please include a thorough description of the problem with code and data examples if at all possible.
Reporting bugs
Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via the web:
https://redmine.open-bio.org/projects/bioperl/
LEGAL
Authors
Florian Ragwitz <rafl@debian.org>
Sheena Scroggins
Carnë Draug <carandraug+dev@gmail.com
Copyright and License
This software is Copyright (c) by 2010 Florian Ragwitz, and 2011 Sheena Scroggins, and 2013 Carnë Draug and released under the license of the same terms as the perl 5 programming language system itself