Bitcoin-Crypto

 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.033.
use strict;
use warnings;

use 5.014;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Bitcoin cryptography in Perl",
  "AUTHOR" => "Bartosz Jarzyna <bbrtj.pro\@gmail.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Bitcoin-Crypto",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.014",
  "NAME" => "Bitcoin::Crypto",
  "PREREQ_PM" => {
    "Bitcoin::BIP39" => "0.002",
    "Bitcoin::Secp256k1" => "0.011",
    "CryptX" => "0.074",
    "Feature::Compat::Try" => 0,
    "List::Util" => "1.45",
    "Math::BigInt" => "1.999831",
    "Moo" => "2.003004",
    "Mooish::Base" => "1.005",
    "Type::Tiny" => 2,
    "namespace::autoclean" => 0
  },
  "TEST_REQUIRES" => {
    "Test2::V0" => "0.000139"
  },
  "VERSION" => "4.005",
  "test" => {
    "TESTS" => "t/*.t t/Key/*.t t/PSBT/*.t t/Script/*.t t/Taproot/*.t t/Transaction/*.t t/Transaction/Signer/*.t"
  }
);


my %FallbackPrereqs = (
  "Bitcoin::BIP39" => "0.002",
  "Bitcoin::Secp256k1" => "0.011",
  "CryptX" => "0.074",
  "Feature::Compat::Try" => 0,
  "List::Util" => "1.45",
  "Math::BigInt" => "1.999831",
  "Moo" => "2.003004",
  "Mooish::Base" => "1.005",
  "Test2::V0" => "0.000139",
  "Type::Tiny" => 2,
  "namespace::autoclean" => 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 2.049 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )