Task-Biodiverse-NoGUI
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
1234567891011121314151617181920use
ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
require
5.016;
WriteMakefile(
'NAME'
=>
'Task::Biodiverse::NoGUI'
,
'VERSION_FROM'
=>
'lib/Task/Biodiverse/NoGUI.pm'
,
# finds $VERSION
($] ge
'5.005'
) ? (
'AUTHOR'
=>
'Shawn Laffan (shawn.laffan@unsw.edu.au)'
,
'ABSTRACT'
=>
'Task for Biodiverse dependencies for non-GUI use [DEPRECATED]'
,
)
: (),
META_MERGE
=> {
'meta-spec'
=> {
version
=> 2 },
resources
=> {
repository
=> {
type
=>
'git'
,
Makefile.PL view on Meta::CPAN
555657585960616263646566676869707172737475"List::Util"
=>
"1.45"
,
"Class::Inspector"
=>
"0"
,
"autovivification"
=>
"0.16"
,
"List::BinarySearch"
=>
"0.25"
,
"List::BinarySearch::XS"
=>
"0.09"
,
"Spreadsheet::Read"
=>
"0.60"
,
"Spreadsheet::ReadSXC"
=>
"0"
,
"Spreadsheet::ParseExcel"
=>
"0"
,
"Spreadsheet::ParseXLSX"
=>
"0"
,
# Data::Alias does not install post 5.22
($] lt
'5.024'
? (
"Data::Alias"
=>
"0"
) : ()),
"Getopt::Long::Descriptive"
=>
"0"
,
"Sereal"
=>
"3"
,
"Cpanel::JSON::XS"
=> 3,
"JSON::MaybeXS"
=> 1.003,
"JSON::PP"
=> 0,
"Sort::Naturally"
=> 0,
"Sort::Key::Natural"
=> 0,
"Text::Fuzzy"
=> 0,
"Ref::Util"
=>
"0.101"
,
"Text::Levenshtein"
=> 0,
( run in 0.467 second using v1.01-cache-2.11-cpan-94b05bcf43c )