Task-Biodiverse-NoGUI

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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',
                url  => 'https://github.com/shawnlaffan/biodiverse.git',

Makefile.PL  view on Meta::CPAN

55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
"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 )