Bio-MUST-Apps-FortyTwo
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Bio-MUST-Apps-FortyTwo",
"EXE_FILES" => [
"bin/compress-db.pl",
"bin/debrief-42.pl",
"bin/forty-two.pl",
"bin/leel.pl",
"bin/prune-outliers.pl",
"bin/yaml-generator-42.pl"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.013002",
"NAME" => "Bio::MUST::Apps::FortyTwo",
"PREREQ_PM" => {
"Bio::FastParsers" => "0.201110",
"Bio::FastParsers::Base" => 0,
"Bio::FastParsers::Constants" => 0,
"Bio::MUST::Core" => "0.202070",
"Bio::MUST::Core::Ali" => 0,
"Bio::MUST::Core::Ali::Temporary" => 0,
"Bio::MUST::Core::Constants" => 0,
"Bio::MUST::Core::GeneticCode::Factory" => 0,
"Bio::MUST::Core::IdList" => 0,
"Bio::MUST::Core::IdMapper" => 0,
"Bio::MUST::Core::Roles::Taxable" => 0,
"Bio::MUST::Core::Seq" => 0,
"Bio::MUST::Core::SeqId" => 0,
"Bio::MUST::Core::SeqMask" => 0,
"Bio::MUST::Core::Taxonomy" => 0,
"Bio::MUST::Core::Utils" => 0,
"Bio::MUST::Drivers" => "0.193030",
"Bio::MUST::Drivers::Cap3" => 0,
"Carp" => 0,
"Config::Any" => 0,
"Const::Fast" => 0,
"File::Basename" => 0,
"File::Find::Rule" => 0,
"Getopt::Euclid" => 0,
"IO::Prompter" => 0,
"List::AllUtils" => 0,
"Modern::Perl" => 0,
"Moose" => 0,
"Moose::Role" => 0,
"Number::Interval" => 0,
"POSIX" => 0,
"Parallel::Batch" => 0,
"Path::Class" => 0,
"Smart::Comments" => 0,
"Sort::Naturally" => 0,
"Template" => 0,
"Term::Completion::Path" => 0,
"Test::Deep::NoTest" => 0,
"Test::Most" => 0,
"Tie::IxHash" => 0,
"aliased" => 0,
"autodie" => 0,
"experimental" => 0,
"feature" => 0,
"namespace::autoclean" => 0
},
"TEST_REQUIRES" => {
"Test::Files" => 0,
"Test::Most" => 0
},
"VERSION" => "0.213470",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Bio::FastParsers" => "0.201110",
"Bio::FastParsers::Base" => 0,
"Bio::FastParsers::Constants" => 0,
"Bio::MUST::Core" => "0.202070",
"Bio::MUST::Core::Ali" => 0,
"Bio::MUST::Core::Ali::Temporary" => 0,
"Bio::MUST::Core::Constants" => 0,
"Bio::MUST::Core::GeneticCode::Factory" => 0,
"Bio::MUST::Core::IdList" => 0,
"Bio::MUST::Core::IdMapper" => 0,
"Bio::MUST::Core::Roles::Taxable" => 0,
"Bio::MUST::Core::Seq" => 0,
"Bio::MUST::Core::SeqId" => 0,
"Bio::MUST::Core::SeqMask" => 0,
"Bio::MUST::Core::Taxonomy" => 0,
"Bio::MUST::Core::Utils" => 0,
"Bio::MUST::Drivers" => "0.193030",
"Bio::MUST::Drivers::Cap3" => 0,
"Carp" => 0,
"Config::Any" => 0,
"Const::Fast" => 0,
"File::Basename" => 0,
"File::Find::Rule" => 0,
"Getopt::Euclid" => 0,
"IO::Prompter" => 0,
"List::AllUtils" => 0,
"Modern::Perl" => 0,
"Moose" => 0,
"Moose::Role" => 0,
"Number::Interval" => 0,
"POSIX" => 0,
"Parallel::Batch" => 0,
"Path::Class" => 0,
"Smart::Comments" => 0,
"Sort::Naturally" => 0,
"Template" => 0,
"Term::Completion::Path" => 0,
"Test::Deep::NoTest" => 0,
"Test::Files" => 0,
"Test::Most" => 0,
"Tie::IxHash" => 0,
"aliased" => 0,
"autodie" => 0,
"experimental" => 0,
"feature" => 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.600 second using v1.01-cache-2.11-cpan-39bf76dae61 )