App-cryp-arbit
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.012.
use strict;
use warnings;
use 5.010001;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Cryptocurrency arbitrage utility",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-cryp-arbit",
"EXE_FILES" => [
"script/cryp-arbit"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "App::cryp::arbit",
"PREREQ_PM" => {
"App::cryp::exchange" => "0.010",
"CryptoExchange::Catalog" => 20180510,
"DBIx::Connect::MySQL" => 0,
"Data::Sah::Coerce::perl::To_date::From_float::epoch" => 0,
"Data::Sah::Coerce::perl::To_date::From_obj::datetime" => 0,
"Data::Sah::Coerce::perl::To_date::From_obj::time_moment" => 0,
"Data::Sah::Coerce::perl::To_date::From_str::iso8601" => 0,
"Data::Sah::Coerce::perl::To_float::From_str::percent" => 0,
"Data::Sah::Coerce::perl::To_str::From_str::normalize_cryptoexchange_account" => 0,
"Data::Sah::Coerce::perl::To_str::From_str::to_cryptocurrency_code" => 0,
"Data::Sah::Coerce::perl::To_str::From_str::to_fiat_or_cryptocurrency_code" => 0,
"Data::Sah::Compiler::perl::TH::array" => 0,
"Data::Sah::Compiler::perl::TH::bool" => 0,
"Data::Sah::Compiler::perl::TH::date" => 0,
"Data::Sah::Compiler::perl::TH::float" => 0,
"Data::Sah::Compiler::perl::TH::hash" => 0,
"Data::Sah::Compiler::perl::TH::int" => 0,
"Data::Sah::Compiler::perl::TH::str" => 0,
"Devel::Confess" => 0,
"Finance::Currency::FiatX" => "0.010",
"List::Util" => "1.45",
"Locale::Codes::Currency_Codes" => 0,
"Log::ger" => "0.038",
"Perinci::CmdLine::cryp" => "0.006",
"Role::Tiny" => 0,
"Role::Tiny::With" => 0,
"SQL::Schema::Versioned" => "0.234",
"Sah::Schema::cryptocurrency" => 0,
"Sah::Schema::cryptoexchange::account" => 0,
"Sah::Schema::fiat_or_cryptocurrency" => 0,
"Sah::Schema::posint" => 0,
"Storable" => "3.08",
"Time::HiRes" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::Deeply::Float" => 0,
"Test::More" => "0.98",
"Test::SQL::Schema::Versioned" => 0,
"Test::WithDB" => "0.100"
},
"VERSION" => "0.010",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"App::cryp::exchange" => "0.010",
"CryptoExchange::Catalog" => 20180510,
"DBIx::Connect::MySQL" => 0,
"Data::Sah::Coerce::perl::To_date::From_float::epoch" => 0,
"Data::Sah::Coerce::perl::To_date::From_obj::datetime" => 0,
"Data::Sah::Coerce::perl::To_date::From_obj::time_moment" => 0,
"Data::Sah::Coerce::perl::To_date::From_str::iso8601" => 0,
"Data::Sah::Coerce::perl::To_float::From_str::percent" => 0,
"Data::Sah::Coerce::perl::To_str::From_str::normalize_cryptoexchange_account" => 0,
"Data::Sah::Coerce::perl::To_str::From_str::to_cryptocurrency_code" => 0,
"Data::Sah::Coerce::perl::To_str::From_str::to_fiat_or_cryptocurrency_code" => 0,
"Data::Sah::Compiler::perl::TH::array" => 0,
"Data::Sah::Compiler::perl::TH::bool" => 0,
"Data::Sah::Compiler::perl::TH::date" => 0,
"Data::Sah::Compiler::perl::TH::float" => 0,
"Data::Sah::Compiler::perl::TH::hash" => 0,
"Data::Sah::Compiler::perl::TH::int" => 0,
"Data::Sah::Compiler::perl::TH::str" => 0,
"Devel::Confess" => 0,
"File::Spec" => 0,
"Finance::Currency::FiatX" => "0.010",
"IO::Handle" => 0,
"IPC::Open3" => 0,
"List::Util" => "1.45",
"Locale::Codes::Currency_Codes" => 0,
"Log::ger" => "0.038",
"Perinci::CmdLine::cryp" => "0.006",
"Role::Tiny" => 0,
"Role::Tiny::With" => 0,
"SQL::Schema::Versioned" => "0.234",
"Sah::Schema::cryptocurrency" => 0,
"Sah::Schema::cryptoexchange::account" => 0,
"Sah::Schema::fiat_or_cryptocurrency" => 0,
"Sah::Schema::posint" => 0,
"Storable" => "3.08",
"Test::Deeply::Float" => 0,
"Test::More" => "0.98",
"Test::SQL::Schema::Versioned" => 0,
"Test::WithDB" => "0.100",
"Time::HiRes" => 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);
( run in 0.695 second using v1.01-cache-2.11-cpan-39bf76dae61 )