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

use 5.010;

use ExtUtils::MakeMaker;

use File::ShareDir::Install;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "share";


my %WriteMakefileArgs = (
  "ABSTRACT" => "Creates single-end and paired-end fastq reads for transcriptome and genome sequencing simulation",
  "AUTHOR" => "Thiago L. A. Miller <tmiller\@mochsl.org.br>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::ShareDir::Install" => "0.06"
  },
  "DISTNAME" => "App-SimulateReads",
  "EXE_FILES" => [
    "script/simulate_reads"
  ],
  "LICENSE" => "gpl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "App::SimulateReads",
  "PREREQ_PM" => {
    "Carp" => 0,
    "DBIx::Class::Core" => 0,
    "DBIx::Class::Schema" => 0,
    "Data::OptList" => 0,
    "File::Cat" => 0,
    "File::Path" => 0,
    "Getopt::Long" => 0,
    "Hook::AfterRuntime" => 0,
    "IO::Compress::Gzip" => 0,
    "IO::Uncompress::Gunzip" => 0,
    "Import::Into" => 0,
    "Math::Random" => "0.72",
    "Module::Runtime" => 0,
    "Moose" => 0,
    "Moose::Role" => 0,
    "Moose::Util::TypeConstraints" => 0,
    "MooseX::Singleton" => 0,
    "MooseX::StrictConstructor" => 0,
    "MooseX::UndefTolerant" => 0,
    "Parallel::ForkManager" => "1.19",
    "Path::Class" => 0,
    "PerlIO::gzip" => "0.19",
    "Pod::Usage" => 0,
    "Scalar::Util" => 0,
    "Storable" => "2.51",
    "Try::Tiny" => 0,
    "base" => 0,
    "constant" => 0,
    "feature" => 0,
    "if" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "true" => 0,
    "utf8" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Class::Data::Inheritable" => "0.08",
    "Test::Class" => "0.50",
    "Test::Most" => "0.35",
    "Test::UseAllModules" => 0,
    "autodie" => 0
  },
  "VERSION" => "0.16",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Class::Data::Inheritable" => "0.08",
  "DBIx::Class::Core" => 0,
  "DBIx::Class::Schema" => 0,
  "Data::OptList" => 0,
  "File::Cat" => 0,
  "File::Path" => 0,
  "Getopt::Long" => 0,
  "Hook::AfterRuntime" => 0,
  "IO::Compress::Gzip" => 0,
  "IO::Uncompress::Gunzip" => 0,
  "Import::Into" => 0,
  "Math::Random" => "0.72",
  "Module::Runtime" => 0,
  "Moose" => 0,
  "Moose::Role" => 0,
  "Moose::Util::TypeConstraints" => 0,
  "MooseX::Singleton" => 0,
  "MooseX::StrictConstructor" => 0,
  "MooseX::UndefTolerant" => 0,
  "Parallel::ForkManager" => "1.19",
  "Path::Class" => 0,
  "PerlIO::gzip" => "0.19",
  "Pod::Usage" => 0,
  "Scalar::Util" => 0,
  "Storable" => "2.51",
  "Test::Class" => "0.50",
  "Test::Most" => "0.35",
  "Test::UseAllModules" => 0,
  "Try::Tiny" => 0,
  "autodie" => 0,
  "base" => 0,
  "constant" => 0,
  "feature" => 0,
  "if" => 0,
  "namespace::autoclean" => 0,
  "strict" => 0,
  "true" => 0,
  "utf8" => 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);

{
package
MY;
use File::ShareDir::Install qw(postamble);
}