Bio-MUST-Apps-TwoScalp

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

use 5.010000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Main class for two-scalp tool",
  "AUTHOR" => "Denis BAURAIN <denis.baurain\@uliege.be>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Bio-MUST-Apps-TwoScalp",
  "EXE_FILES" => [
    "bin/two-scalp.pl"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010000",
  "NAME" => "Bio::MUST::Apps::TwoScalp",
  "PREREQ_PM" => {
    "Bio::MUST::Apps::SlaveAligner::Local" => 0,
    "Bio::MUST::Core" => 0,
    "Bio::MUST::Core::Ali" => 0,
    "Bio::MUST::Core::Ali::Temporary" => 0,
    "Bio::MUST::Core::Constants" => 0,
    "Bio::MUST::Core::IdList" => 0,
    "Bio::MUST::Core::Seq" => 0,
    "Bio::MUST::Core::SeqId" => 0,
    "Bio::MUST::Core::SeqMask" => 0,
    "Bio::MUST::Core::Utils" => 0,
    "Bio::MUST::Drivers" => 0,
    "Bio::MUST::Drivers::Blast::Database" => 0,
    "Bio::MUST::Drivers::Blast::Database::Temporary" => 0,
    "Bio::MUST::Drivers::ClustalO" => 0,
    "Bio::MUST::Drivers::Mafft" => 0,
    "Carp" => 0,
    "Const::Fast" => 0,
    "File::Basename" => 0,
    "Getopt::Euclid" => 0,
    "List::AllUtils" => 0,
    "Modern::Perl" => 0,
    "Moose" => 0,
    "Path::Class" => 0,
    "Smart::Comments" => 0,
    "Test::Most" => 0,
    "Tie::IxHash" => 0,
    "aliased" => 0,
    "autodie" => 0,
    "feature" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Files" => 0,
    "Test::Most" => 0
  },
  "VERSION" => "0.231010",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Bio::MUST::Apps::SlaveAligner::Local" => 0,
  "Bio::MUST::Core" => 0,
  "Bio::MUST::Core::Ali" => 0,
  "Bio::MUST::Core::Ali::Temporary" => 0,
  "Bio::MUST::Core::Constants" => 0,
  "Bio::MUST::Core::IdList" => 0,
  "Bio::MUST::Core::Seq" => 0,
  "Bio::MUST::Core::SeqId" => 0,
  "Bio::MUST::Core::SeqMask" => 0,
  "Bio::MUST::Core::Utils" => 0,
  "Bio::MUST::Drivers" => 0,
  "Bio::MUST::Drivers::Blast::Database" => 0,
  "Bio::MUST::Drivers::Blast::Database::Temporary" => 0,
  "Bio::MUST::Drivers::ClustalO" => 0,
  "Bio::MUST::Drivers::Mafft" => 0,
  "Carp" => 0,
  "Const::Fast" => 0,
  "File::Basename" => 0,
  "Getopt::Euclid" => 0,
  "List::AllUtils" => 0,
  "Modern::Perl" => 0,
  "Moose" => 0,
  "Path::Class" => 0,
  "Smart::Comments" => 0,
  "Test::Files" => 0,
  "Test::Most" => 0,
  "Tie::IxHash" => 0,
  "aliased" => 0,
  "autodie" => 0,
  "feature" => 0,
  "namespace::autoclean" => 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);

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.491 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )