summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 6d53229ac071e0732ec70296c863fa4f36a06206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'         => 'Business::OnlinePayment::Cardcom',
    'VERSION_FROM' => 'Cardcom.pm', # finds $VERSION
    'AUTHOR'       => 'Erik Levinson <levinse@freeside.biz>',
    'PREREQ_PM'    => {
                        'Business::OnlinePayment' => 0,
                        'Tie::IxHash' => 0,
                        'Net::HTTPS::Any' => 0,
                      },
);