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

SYNOPSIS

In dist.ini:

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

DESCRIPTION

This is the Dist::Zilla configuration for the BioPerl project.

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/bioperl/${lowercase_dist}
  repository.web    = http://github.com/bioperl/${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

  # NOT ENABLED YET!
  #[PodWeaver]
  #config_plugin = @FLORA

  [AutoPrereqs]