# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
use strict;
use warnings;

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Storage and retrieval of sequence annotation data",
  "AUTHOR" => "See individual modules",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Bio-DB-GFF",
  "EXE_FILES" => [
    "bin/bp_bulk_load_gff",
    "bin/bp_das_server",
    "bin/bp_fast_load_gff",
    "bin/bp_genbank2gff",
    "bin/bp_generate_histogram",
    "bin/bp_load_gff",
    "bin/bp_meta_gff"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Bio::DB::GFF",
  "PREREQ_PM" => {
    "Apache::DBI" => 0,
    "Bio::Annotation::Collection" => 0,
    "Bio::DB::BioFetch" => 0,
    "Bio::DB::Fasta" => 0,
    "Bio::DB::GFF::Util::Binning" => 0,
    "Bio::DB::GFF::Util::Rearrange" => 0,
    "Bio::Das::FeatureTypeI" => 0,
    "Bio::Das::SegmentI" => 0,
    "Bio::DasI" => 0,
    "Bio::Location::Simple" => 0,
    "Bio::Location::Split" => 0,
    "Bio::LocationI" => 0,
    "Bio::PrimarySeq" => 0,
    "Bio::RangeI" => 0,
    "Bio::Root::Root" => 0,
    "Bio::Root::RootI" => 0,
    "Bio::Root::Version" => 0,
    "Bio::SeqFeatureI" => 0,
    "Bio::SeqI" => 0,
    "Bio::SeqIO" => 0,
    "CGI" => 0,
    "Carp" => 0,
    "DBI" => 0,
    "DB_File" => 0,
    "Data::Dumper" => 0,
    "Digest::MD5" => 0,
    "Exporter" => 0,
    "Fcntl" => 0,
    "File::Basename" => 0,
    "File::Glob" => 0,
    "File::Path" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "Getopt::Long" => 0,
    "IO::File" => 0,
    "base" => 0,
    "constant" => 0,
    "lib" => 0,
    "overload" => 0,
    "strict" => 0,
    "vars" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Bio::Root::Test" => 0,
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Module::Build" => 0,
    "Test::More" => 0
  },
  "VERSION" => "1.7.4",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Apache::DBI" => 0,
  "Bio::Annotation::Collection" => 0,
  "Bio::DB::BioFetch" => 0,
  "Bio::DB::Fasta" => 0,
  "Bio::DB::GFF::Util::Binning" => 0,
  "Bio::DB::GFF::Util::Rearrange" => 0,
  "Bio::Das::FeatureTypeI" => 0,
  "Bio::Das::SegmentI" => 0,
  "Bio::DasI" => 0,
  "Bio::Location::Simple" => 0,
  "Bio::Location::Split" => 0,
  "Bio::LocationI" => 0,
  "Bio::PrimarySeq" => 0,
  "Bio::RangeI" => 0,
  "Bio::Root::Root" => 0,
  "Bio::Root::RootI" => 0,
  "Bio::Root::Test" => 0,
  "Bio::Root::Version" => 0,
  "Bio::SeqFeatureI" => 0,
  "Bio::SeqI" => 0,
  "Bio::SeqIO" => 0,
  "CGI" => 0,
  "Carp" => 0,
  "DBI" => 0,
  "DB_File" => 0,
  "Data::Dumper" => 0,
  "Digest::MD5" => 0,
  "Exporter" => 0,
  "Fcntl" => 0,
  "File::Basename" => 0,
  "File::Glob" => 0,
  "File::Path" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "Getopt::Long" => 0,
  "IO::File" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Module::Build" => 0,
  "Test::More" => 0,
  "base" => 0,
  "constant" => 0,
  "lib" => 0,
  "overload" => 0,
  "strict" => 0,
  "vars" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);
