The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
use strict;
use warnings;

use 5.013002;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Core classes and utilities for Bio::MUST",
  "AUTHOR" => "Denis BAURAIN <denis.baurain\@uliege.be>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Bio-MUST-Core",
  "EXE_FILES" => [
    "bin/ali2fasta.pl",
    "bin/ali2phylip.pl",
    "bin/app-len-ids-ali.pl",
    "bin/change-ids-ali.pl",
    "bin/classify-ali.pl",
    "bin/fasta2ali.pl",
    "bin/fetch-tax.pl",
    "bin/format-tree.pl",
    "bin/idealize-ali.pl",
    "bin/jack-ali-dir.pl",
    "bin/list2mapper.pl",
    "bin/map-gis-ali.pl",
    "bin/mask-ali.pl",
    "bin/phylip2ali.pl",
    "bin/ppred-comp-test.pl",
    "bin/prune-ali.pl",
    "bin/prune-tree.pl",
    "bin/rest-ids-ali.pl",
    "bin/setup-taxdir.pl",
    "bin/split-matrix.pl",
    "bin/split-ppred-ali.pl",
    "bin/split-rates-ali.pl",
    "bin/stock2ali.pl",
    "bin/subs-forest.pl",
    "bin/tab2mapper.pl",
    "bin/tax-filter-ali.pl",
    "bin/tree2list.pl",
    "bin/tree2tpl.pl"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.013002",
  "NAME" => "Bio::MUST::Core",
  "PREREQ_PM" => {
    "Algorithm::NeedlemanWunsch" => 0,
    "Bio::LITE::Taxonomy::NCBI" => "0.10",
    "Bio::LITE::Taxonomy::NCBI::Gi2taxid" => 0,
    "Bio::Phylo::IO" => 0,
    "Carp" => 0,
    "Config::Any" => 0,
    "Const::Fast" => 0,
    "Date::Format" => 0,
    "Exporter::Easy" => 0,
    "File::Basename" => 0,
    "File::Find::Rule" => 0,
    "File::HomeDir" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "Getopt::Euclid" => 0,
    "Graphics::ColorNames" => 0,
    "Graphics::ColorNames::WWW" => 0,
    "IPC::System::Simple" => 0,
    "LWP::Simple" => 0,
    "List::AllUtils" => "0.08",
    "List::Compare" => 0,
    "Modern::Perl" => 0,
    "Moose" => 0,
    "Moose::Role" => 0,
    "Moose::Util::TypeConstraints" => 0,
    "MooseX::NonMoose" => 0,
    "MooseX::SemiAffordanceAccessor" => 0,
    "MooseX::Storage" => 0,
    "POSIX" => 0,
    "Path::Class" => 0,
    "Scalar::Util" => 0,
    "Smart::Comments" => 0,
    "Statistics::Descriptive" => 0,
    "Storable" => 0,
    "Test::Files" => 0,
    "Test::Most" => 0,
    "Tie::IxHash" => 0,
    "Try::Tiny" => 0,
    "XML::Bare" => "0.53",
    "YAML::XS" => 0,
    "aliased" => 0,
    "autodie" => 0,
    "feature" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Deep" => 0,
    "Test::Most" => 0
  },
  "VERSION" => "0.173620",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Algorithm::NeedlemanWunsch" => 0,
  "Bio::LITE::Taxonomy::NCBI" => "0.10",
  "Bio::LITE::Taxonomy::NCBI::Gi2taxid" => 0,
  "Bio::Phylo::IO" => 0,
  "Carp" => 0,
  "Config::Any" => 0,
  "Const::Fast" => 0,
  "Date::Format" => 0,
  "Exporter::Easy" => 0,
  "File::Basename" => 0,
  "File::Find::Rule" => 0,
  "File::HomeDir" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "Getopt::Euclid" => 0,
  "Graphics::ColorNames" => 0,
  "Graphics::ColorNames::WWW" => 0,
  "IPC::System::Simple" => 0,
  "LWP::Simple" => 0,
  "List::AllUtils" => "0.08",
  "List::Compare" => 0,
  "Modern::Perl" => 0,
  "Moose" => 0,
  "Moose::Role" => 0,
  "Moose::Util::TypeConstraints" => 0,
  "MooseX::NonMoose" => 0,
  "MooseX::SemiAffordanceAccessor" => 0,
  "MooseX::Storage" => 0,
  "POSIX" => 0,
  "Path::Class" => 0,
  "Scalar::Util" => 0,
  "Smart::Comments" => 0,
  "Statistics::Descriptive" => 0,
  "Storable" => 0,
  "Test::Deep" => 0,
  "Test::Files" => 0,
  "Test::Most" => 0,
  "Tie::IxHash" => 0,
  "Try::Tiny" => 0,
  "XML::Bare" => "0.53",
  "YAML::XS" => 0,
  "aliased" => 0,
  "autodie" => 0,
  "feature" => 0,
  "namespace::autoclean" => 0,
  "strict" => 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);