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



use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Cluster SELEX sequences and calculate their structures",
  "AUTHOR" => "Christopher Bottoms <molecules\@cpan.org>",
  "BUILD_REQUIRES" => {},
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "Bio-App-SELEX-RNAmotifAnalysis",
  "EXE_FILES" => [
    "bin/selex_clustal2stockholm.pl",
    "bin/selex_adapter_trimmer",
    "bin/RNAmotifAnalysis",
    "bin/selex_stock2fasta.pl",
    "bin/selex_covarianceSearch"
  ],
  "LICENSE" => "perl",
  "NAME" => "Bio::App::SELEX::RNAmotifAnalysis",
  "PREREQ_PM" => {
    "Config::Tiny" => 0,
    "Getopt::Long::Descriptive" => 0,
    "List::MoreUtils" => 0,
    "Text::LevenshteinXS" => "0.03",
    "autodie" => "2.0"
  },
  "TEST_REQUIRES" => {
    "Data::Section" => 0,
    "File::Slurp" => 0,
    "Test::LongString" => 0,
    "Test::More" => "0.96"
  },
  "VERSION" => "0.0094",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Config::Tiny" => 0,
  "Data::Section" => 0,
  "File::Slurp" => 0,
  "Getopt::Long::Descriptive" => 0,
  "List::MoreUtils" => 0,
  "Test::LongString" => 0,
  "Test::More" => "0.96",
  "Text::LevenshteinXS" => "0.03",
  "autodie" => "2.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);