Bio-MUST-Tools-Mcl

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.017.
use strict;
use warnings;

use 5.010;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Scripts for processing MCL clusters",
  "AUTHOR" => "Denis BAURAIN <denis.baurain\@uliege.be>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Bio-MUST-Tools-Mcl",
  "EXE_FILES" => [
    "bin/abbr-ids-fas.pl",
    "bin/classify-mcl-out.pl",
    "bin/extract-mcl-out.pl",
    "bin/tag-loc-ids.pl"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "Bio::MUST::Tools::Mcl",
  "PREREQ_PM" => {
    "Bio::FastParsers::Blast::Table" => 0,
    "Bio::MUST::Core" => 0,
    "Bio::MUST::Core::Ali" => 0,
    "Bio::MUST::Core::Ali::Stash" => 0,
    "Bio::MUST::Core::Constants" => 0,
    "Bio::MUST::Core::IdList" => 0,
    "Bio::MUST::Core::IdMapper" => 0,
    "Bio::MUST::Core::SeqId" => 0,
    "Bio::MUST::Core::Taxonomy" => 0,
    "Bio::MUST::Core::Utils" => 0,
    "Config::Any" => 0,
    "File::Basename" => 0,
    "Getopt::Euclid" => 0,
    "Modern::Perl" => 0,
    "Path::Class" => 0,
    "Smart::Comments" => 0,
    "Test::Most" => 0,
    "aliased" => 0,
    "autodie" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "VERSION" => "0.210170",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Bio::FastParsers::Blast::Table" => 0,
  "Bio::MUST::Core" => 0,
  "Bio::MUST::Core::Ali" => 0,
  "Bio::MUST::Core::Ali::Stash" => 0,
  "Bio::MUST::Core::Constants" => 0,
  "Bio::MUST::Core::IdList" => 0,
  "Bio::MUST::Core::IdMapper" => 0,
  "Bio::MUST::Core::SeqId" => 0,
  "Bio::MUST::Core::Taxonomy" => 0,
  "Bio::MUST::Core::Utils" => 0,
  "Config::Any" => 0,
  "File::Basename" => 0,
  "Getopt::Euclid" => 0,
  "Modern::Perl" => 0,
  "Path::Class" => 0,
  "Smart::Comments" => 0,
  "Test::Most" => 0,
  "aliased" => 0,
  "autodie" => 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);



( run in 0.974 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )