Task-Biodiverse-NoGUI

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use 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',
                url  => 'https://github.com/shawnlaffan/biodiverse.git',

Makefile.PL  view on Meta::CPAN

        "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 1.821 second using v1.01-cache-2.11-cpan-94b05bcf43c )