summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: f522ecc08227082f18b7f536a568f183674b3816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'         => 'Business::OnlinePayment::IPPay',
    'VERSION_FROM' => 'IPPay.pm', # finds $VERSION
    'AUTHOR'       => 'Jeff Finucane <ippay@weasellips.com>',
    'PREREQ_PM'    => { 'Business::OnlinePayment' => 3,
                        'Business::OnlinePayment::HTTPS' => 0.09,
			'Test::More'              => 0.42,
                        'Tie::IxHash'             => 0,
                        'XML::Simple'             => 0,
                        'XML::Writer'             => 0,
                      },
);