Bio-MUST-Drivers
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.033.
use strict;
use warnings;
use 5.018;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Bio::MUST classes for driving external programs",
"AUTHOR" => "Denis BAURAIN <denis.baurain\@uliege.be>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Bio-MUST-Drivers",
"EXE_FILES" => [
"bin/annotate-ali.pl",
"bin/cdhit-tax-filter.pl"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.018",
"NAME" => "Bio::MUST::Drivers",
"PREREQ_PM" => {
"App::Provision::Tiny" => "0.0402",
"Array::Utils" => 0,
"Bio::FastParsers" => 0,
"Bio::FastParsers::Base" => 0,
"Bio::FastParsers::Blast::Table" => 0,
"Bio::FastParsers::Blast::Xml" => 0,
"Bio::FastParsers::CdHit" => 0,
"Bio::FastParsers::Hmmer::Model" => 0,
"Bio::MUST::Core" => 0,
"Bio::MUST::Core::Ali" => 0,
"Bio::MUST::Core::Ali::Stash" => 0,
"Bio::MUST::Core::Ali::Temporary" => 0,
"Bio::MUST::Core::Constants" => 0,
"Bio::MUST::Core::GeneticCode" => 0,
"Bio::MUST::Core::IdList" => 0,
"Bio::MUST::Core::Seq" => 0,
"Bio::MUST::Core::SeqId" => 0,
"Bio::MUST::Core::Taxonomy" => 0,
"Bio::MUST::Core::Utils" => 0,
"Carp" => 0,
"Const::Fast" => 0,
"Exporter::Easy" => 0,
"File::Temp" => 0,
"Getopt::Euclid" => 0,
"IPC::System::Simple" => 0,
"List::AllUtils" => 0,
"Modern::Perl" => 0,
"Module::Runtime" => 0,
"Moose" => 0,
"Moose::Role" => 0,
"Path::Class" => 0,
"Smart::Comments" => 0,
"Test::Most" => 0,
"Tie::IxHash" => 0,
"aliased" => 0,
"autodie" => 0,
"feature" => 0,
"namespace::autoclean" => 0,
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Test::Files" => 0,
"Test::Most" => 0
},
"VERSION" => "0.252830",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"App::Provision::Tiny" => "0.0402",
"Array::Utils" => 0,
"Bio::FastParsers" => 0,
"Bio::FastParsers::Base" => 0,
"Bio::FastParsers::Blast::Table" => 0,
"Bio::FastParsers::Blast::Xml" => 0,
"Bio::FastParsers::CdHit" => 0,
"Bio::FastParsers::Hmmer::Model" => 0,
"Bio::MUST::Core" => 0,
"Bio::MUST::Core::Ali" => 0,
"Bio::MUST::Core::Ali::Stash" => 0,
"Bio::MUST::Core::Ali::Temporary" => 0,
"Bio::MUST::Core::Constants" => 0,
"Bio::MUST::Core::GeneticCode" => 0,
"Bio::MUST::Core::IdList" => 0,
"Bio::MUST::Core::Seq" => 0,
"Bio::MUST::Core::SeqId" => 0,
"Bio::MUST::Core::Taxonomy" => 0,
"Bio::MUST::Core::Utils" => 0,
"Carp" => 0,
"Const::Fast" => 0,
"Exporter::Easy" => 0,
"File::Temp" => 0,
"Getopt::Euclid" => 0,
"IPC::System::Simple" => 0,
"List::AllUtils" => 0,
"Modern::Perl" => 0,
"Module::Runtime" => 0,
"Moose" => 0,
"Moose::Role" => 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,
"parent" => 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.513 second using v1.01-cache-2.11-cpan-39bf76dae61 )