Bio-Palantir
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use 5.013002;
use ExtUtils::MakeMaker;
use File::ShareDir::Install;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "data";
my %WriteMakefileArgs = (
"ABSTRACT" => "core classes and utilities for Bio::Palantir ",
"AUTHOR" => "Loic MEUNIER <lmeunier\@uliege.be>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::ShareDir::Install" => "0.06"
},
"DISTNAME" => "Bio-Palantir",
"EXE_FILES" => [
"bin/draw_bgc_maps.pl",
"bin/explore_bgc_domains.pl",
"bin/export_bgc_sql_tables.pl",
"bin/extract_bgc_sequences.pl",
"bin/generate_bgc_dnz_table.pl",
"bin/generate_bgc_report.pl"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.013002",
"NAME" => "Bio::Palantir",
"PREREQ_PM" => {
"Bio::FastParsers::Base" => 0,
"Bio::FastParsers::Hmmer::DomTable" => 0,
"Bio::MUST::Core" => 0,
"Bio::MUST::Core::Ali" => 0,
"Bio::MUST::Core::Taxonomy" => 0,
"Carp" => 0,
"Const::Fast" => 0,
"DBD::SQLite" => 0,
"DBI" => 0,
"Data::UUID" => 0,
"File::Basename" => 0,
"File::ShareDir" => 0,
"File::Temp" => 0,
"Getopt::Euclid" => 0,
"JSON::Create" => 0,
"JSON::Parse" => 0,
"List::AllUtils" => 0,
"Modern::Perl" => 0,
"Moose" => 0,
"Moose::Role" => 0,
"POSIX" => 0,
"Path::Class" => 0,
"Smart::Comments" => 0,
"Template" => 0,
"Test::Most" => 0,
"XML::Bare" => "0.53",
"XML::Hash::XS" => 0,
"aliased" => 0,
"autodie" => 0,
"feature" => 0,
"namespace::autoclean" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Test::Most" => 0
},
"VERSION" => "0.211420",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Bio::FastParsers::Base" => 0,
"Bio::FastParsers::Hmmer::DomTable" => 0,
"Bio::MUST::Core" => 0,
"Bio::MUST::Core::Ali" => 0,
"Bio::MUST::Core::Taxonomy" => 0,
"Carp" => 0,
"Const::Fast" => 0,
"DBD::SQLite" => 0,
"DBI" => 0,
"Data::UUID" => 0,
"File::Basename" => 0,
"File::ShareDir" => 0,
"File::Temp" => 0,
"Getopt::Euclid" => 0,
"JSON::Create" => 0,
"JSON::Parse" => 0,
"List::AllUtils" => 0,
"Modern::Perl" => 0,
"Moose" => 0,
"Moose::Role" => 0,
"POSIX" => 0,
"Path::Class" => 0,
"Smart::Comments" => 0,
"Template" => 0,
"Test::Most" => 0,
"XML::Bare" => "0.53",
"XML::Hash::XS" => 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);
{
package
MY;
use File::ShareDir::Install qw(postamble);
}
( run in 2.204 seconds using v1.01-cache-2.11-cpan-f56aa216473 )