Bio-MUST-Apps-HmmCleaner

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

use 5.010;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Main class for HmmCleaner",
  "AUTHOR" => "Arnaud Di Franco <arnaud.difranco\@gmail.fr>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Bio-MUST-Apps-HmmCleaner",
  "EXE_FILES" => [
    "bin/HmmCleaner.pl",
    "bin/frameshiftSimul_final.pl",
    "bin/transferCleaner.pl"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "Bio::MUST::Apps::HmmCleaner",
  "PREREQ_PM" => {
    "Bio::FastParsers::Hmmer" => 0,
    "Bio::MUST::Core" => "0.180230",
    "Bio::MUST::Core::Ali" => 0,
    "Bio::MUST::Core::Constants" => 0,
    "Bio::MUST::Core::GeneticCode::Factory" => 0,
    "Bio::MUST::Core::IdList" => 0,
    "Bio::MUST::Core::Seq" => 0,
    "Bio::MUST::Core::SeqMask" => 0,
    "Bio::MUST::Core::Utils" => 0,
    "Bio::MUST::Drivers" => "0.180270",
    "Bio::MUST::Drivers::Hmmer::Model::Temporary" => 0,
    "Carp" => 0,
    "File::Basename" => 0,
    "Getopt::Euclid" => 0,
    "IPC::System::Simple" => 0,
    "List::AllUtils" => 0,
    "Modern::Perl" => 0,
    "Moose" => 0,
    "Path::Class" => 0,
    "Smart::Comments" => 0,
    "Template" => 0,
    "Test::Most" => 0,
    "aliased" => 0,
    "autodie" => 0,
    "namespace::autoclean" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Files" => 0,
    "Test::Most" => 0
  },
  "VERSION" => "0.243280",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Bio::FastParsers::Hmmer" => 0,
  "Bio::MUST::Core" => "0.180230",
  "Bio::MUST::Core::Ali" => 0,
  "Bio::MUST::Core::Constants" => 0,
  "Bio::MUST::Core::GeneticCode::Factory" => 0,
  "Bio::MUST::Core::IdList" => 0,
  "Bio::MUST::Core::Seq" => 0,
  "Bio::MUST::Core::SeqMask" => 0,
  "Bio::MUST::Core::Utils" => 0,
  "Bio::MUST::Drivers" => "0.180270",
  "Bio::MUST::Drivers::Hmmer::Model::Temporary" => 0,
  "Carp" => 0,
  "File::Basename" => 0,
  "Getopt::Euclid" => 0,
  "IPC::System::Simple" => 0,
  "List::AllUtils" => 0,
  "Modern::Perl" => 0,
  "Moose" => 0,
  "Path::Class" => 0,
  "Smart::Comments" => 0,
  "Template" => 0,
  "Test::Files" => 0,
  "Test::Most" => 0,
  "aliased" => 0,
  "autodie" => 0,
  "namespace::autoclean" => 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.559 second using v1.01-cache-2.11-cpan-39bf76dae61 )