Business-OnlinePayment-Vanco
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Business::OnlinePayment::Vanco',
'VERSION_FROM' => 'Vanco.pm', # finds $VERSION
'AUTHOR' => 'Jeff Finucane <vanco@weasellips.com>',
'PREREQ_PM' => { 'Business::OnlinePayment' => 3,
# 'Business::OnlinePayment::HTTPS' => 0,
'Crypt::SSLeay' => 0,
'Date::Calc' => 0,
'HTTP::Request' => 0,
'HTTP::Request::Common' => 0,
'LWP::UserAgent' => 0,
'Text::CSV_XS' => 0,
'Test::More' => 0.42,
'Tie::IxHash' => 0,
'XML::Simple' => 0,
'XML::Writer' => 0,
},
);
( run in 1.167 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )