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 v5.036.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Improve an assembly by scaffolding, contig ordering and gap closing.",
  "AUTHOR" => "Andrew J. Page <ap13\@sanger.ac.uk>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Bio_AssemblyImprovement",
  "EXE_FILES" => [
    "bin/abacas.pl",
    "bin/descaffold_assembly",
    "bin/diginorm_with_khmer",
    "bin/fastq_tools",
    "bin/fill_gaps_with_gapfiller",
    "bin/improve_assembly",
    "bin/order_contigs_with_abacas",
    "bin/read_correction_with_sga",
    "bin/remove_primers_with_quasr",
    "bin/rename_contigs",
    "bin/scaffold_with_sspace"
  ],
  "LICENSE" => "gpl",
  "NAME" => "Bio_AssemblyImprovement",
  "PREREQ_PM" => {
    "Bio::SeqIO" => 0,
    "Cwd" => 0,
    "File::Basename" => 0,
    "File::Copy" => 0,
    "File::Path" => "2.07",
    "File::Spec" => 0,
    "File::Temp" => 0,
    "File::Which" => 0,
    "Getopt::Long" => 0,
    "Getopt::Std" => 0,
    "IO::Compress::Gzip" => 0,
    "IO::Uncompress::Gunzip" => 0,
    "Moose" => 0,
    "Moose::Role" => 0,
    "POSIX" => 0,
    "Statistics::Lite" => 0,
    "Switch" => 0,
    "lib" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Env::Path" => 0,
    "File::Slurp" => 0,
    "Test::File::Contents" => 0,
    "Test::Most" => 0
  },
  "VERSION" => "1.160490",
  "test" => {
    "TESTS" => "t/*.t t/Abacas/*.t t/AdapterRemoval/Trimmomatic/*.t t/Assemble/SGA/*.t t/Circlator/*.t t/DigitalNormalisation/Khmer/*.t t/FillGaps/*.t t/IvaQC/*.t t/Overall/*.t t/PrepareForSubmission/*.t t/PrimerRemoval/*.t t/Quiver/*.t t/Scaffold/*.t t/Util/*.t t/Validate/*.t"
  }
);


my %FallbackPrereqs = (
  "Bio::SeqIO" => 0,
  "Cwd" => 0,
  "Env::Path" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Basename" => 0,
  "File::Copy" => 0,
  "File::Path" => "2.07",
  "File::Slurp" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "File::Which" => 0,
  "Getopt::Long" => 0,
  "Getopt::Std" => 0,
  "IO::Compress::Gzip" => 0,
  "IO::Uncompress::Gunzip" => 0,
  "Moose" => 0,
  "Moose::Role" => 0,
  "POSIX" => 0,
  "Statistics::Lite" => 0,
  "Switch" => 0,
  "Test::File::Contents" => 0,
  "Test::Most" => 0,
  "lib" => 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);