App-RecordStream-Bio
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.005.
use strict;
use warnings;
use 5.010;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "A collection of record-handling tools related to biology",
"AUTHOR" => "Thomas Sibley <trsibley\@uw.edu>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-RecordStream-Bio",
"EXE_FILES" => [
"script/recs-fromfasta",
"script/recs-tofasta"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010",
"NAME" => "App::RecordStream::Bio",
"PREREQ_PM" => {
"App::RecordStream::Operation" => "4.0.0",
"Bio::GFF3::LowLevel" => 0
},
"TEST_REQUIRES" => {
"App::RecordStream::Test::OperationHelper" => "4.0.0",
"App::RecordStream::Test::Tester" => "4.0.0",
"File::Temp" => 0,
"JSON" => 0,
"Test::More" => "0.88"
},
"VERSION" => "0.24",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"App::RecordStream::Operation" => "4.0.0",
"App::RecordStream::Test::OperationHelper" => "4.0.0",
"App::RecordStream::Test::Tester" => "4.0.0",
"Bio::GFF3::LowLevel" => 0,
"File::Temp" => 0,
"JSON" => 0,
"Test::More" => "0.88"
);
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 1.730 second using v1.01-cache-2.11-cpan-39bf76dae61 )