# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.032.
use strict;
use 5.010;
my %WriteMakefileArgs = (
"ABSTRACT" => "Bio::EnsEMBL - Ensembl Core API",
"AUTHOR" => "Arne Becker <arne\@example.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Bio-EnsEMBL",
"LICENSE" => "apache",
"MIN_PERL_VERSION" => "5.010",
"NAME" => "Bio::EnsEMBL",
"PREREQ_PM" => {
"Bio::Annotation::DBLink" => 0,
"Bio::LocatableSeq" => 0,
"Bio::PrimarySeqI" => 0,
"Bio::Root::Root" => 0,
"Bio::Seq" => 0,
"Bio::SeqFeature::FeaturePair" => 0,
"Bio::SeqFeature::Generic" => 0,
"Bio::SimpleAlign" => 0,
"Bio::Species" => 0,
"Carp" => 0,
"Config::IniFiles" => 0,
"Cwd" => 0,
"DBI" => 0,
"Data::Dumper" => 0,
"Digest::MD5" => 0,
"English" => 0,
"Exporter" => 0,
"Fcntl" => 0,
"File::Spec" => 0,
"FindBin" => 0,
"Getopt::Long" => 0,
"HTTP::Tiny" => 0,
"IO::Compress::Bzip2" => 0,
"IO::Compress::Gzip" => 0,
"IO::Compress::Zip" => 0,
"IO::File" => 0,
"IO::Uncompress::Bunzip2" => 0,
"IO::Uncompress::Gunzip" => 0,
"IO::Uncompress::Unzip" => 0,
"LWP::UserAgent" => 0,
"List::Util" => 0,
"POSIX" => 0,
"Pod::Usage" => 0,
"Scalar::Util" => 0,
"Storable" => 0,
"Sys::Hostname" => 0,
"Text::Wrap" => 0,
"Tie::RefHash" => 0,
"Time::HiRes" => 0,
"URI::Escape" => 0,
"base" => 0,
"bytes" => 0,
"constant" => 0,
"integer" => 0,
"parent" => 0,
"strict" => 0,
"vars" => 0,
"warnings" => 0
},
"VERSION" => "112.0.0",
"test" => {
"TESTS" => ""
}
);
my %FallbackPrereqs = (
"Bio::Annotation::DBLink" => 0,
"Bio::LocatableSeq" => 0,
"Bio::PrimarySeqI" => 0,
"Bio::Root::Root" => 0,
"Bio::Seq" => 0,
"Bio::SeqFeature::FeaturePair" => 0,
"Bio::SeqFeature::Generic" => 0,
"Bio::SimpleAlign" => 0,
"Bio::Species" => 0,
"Carp" => 0,
"Config::IniFiles" => 0,
"Cwd" => 0,
"DBI" => 0,
"Data::Dumper" => 0,
"Digest::MD5" => 0,
"English" => 0,
"Exporter" => 0,
"Fcntl" => 0,
"File::Spec" => 0,
"FindBin" => 0,
"Getopt::Long" => 0,
"HTTP::Tiny" => 0,
"IO::Compress::Bzip2" => 0,
"IO::Compress::Gzip" => 0,
"IO::Compress::Zip" => 0,
"IO::File" => 0,
"IO::Uncompress::Bunzip2" => 0,
"IO::Uncompress::Gunzip" => 0,
"IO::Uncompress::Unzip" => 0,
"LWP::UserAgent" => 0,
"List::Util" => 0,
"POSIX" => 0,
"Pod::Usage" => 0,
"Scalar::Util" => 0,
"Storable" => 0,
"Sys::Hostname" => 0,
"Text::Wrap" => 0,
"Tie::RefHash" => 0,
"Time::HiRes" => 0,
"URI::Escape" => 0,
"base" => 0,
"bytes" => 0,
"constant" => 0,
"integer" => 0,
"parent" => 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);