Business-OnlinePayment-BitPay-Client

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker;

WriteMakefile(
    NAME            => 'Business::OnlinePayment::BitPay::Client',
    VERSION_FROM    => 'lib/Business/OnlinePayment/BitPay/Client.pm',
    PREREQ_PM       => {
        'Carp' => '0',
        'Mozilla::CA' => '0',
        'LWP::UserAgent' => '0',
        'HTTP::Request' => '0',
        'LWP::Protocol::https' => '0',
        'Business::OnlinePayment::BitPay::KeyUtils' => '0',
        'JSON' => '0',
        'JSON::Parse' => '0',
        'IO::Socket::SSL' => '0',
        'Net::SSLeay' => '0',
        'Test::Exception' => '0',
        'Test::Fake::HTTPD' => '0',
        'String::Interpolate' => '0',
        'Test::BDD::Cucumber::Loader' => '0',
        'Test::BDD::Cucumber::StepFile' => '0'
    },
    ABSTRACT       => 'Fast, flexible connector for the BitPay API',
    AUTHOR         => 'Paul Daigle',
    LICENSE        => 'mit'
);



( run in 2.315 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )