Initial import
[Business-OnlinePayment-Vanco.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     'NAME'         => 'Business::OnlinePayment::Vanco',
4     'VERSION_FROM' => 'Vanco.pm', # finds $VERSION
5     'AUTHOR'       => 'Jeff Finucane <vanco@weasellips.com>',
6     'PREREQ_PM'    => { 'Business::OnlinePayment' => 3,
7 #                        'Business::OnlinePayment::HTTPS' => 0,
8                         'Crypt::SSLeay'           => 0,
9                         'Date::Calc'              => 0,
10                         'HTTP::Request'           => 0,
11                         'HTTP::Request::Common'   => 0,
12                         'LWP::UserAgent'          => 0,
13                         'Text::CSV_XS' => 0,
14                         'Test::More'              => 0.42,
15                         'Tie::IxHash'             => 0,
16                         'XML::Simple'             => 0,
17                         'XML::Writer'             => 0,
18                       },
19 );