summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 50a2906b721cb18bb59a2283f11fd1628df63d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
use ExtUtils::MakeMaker;

WriteMakefile(
  NAME => 'Business::OnlinePayment::Bambora',
  AUTHOR => 'Mitch Jackson <mitch@freeside.biz>',
  VERSION_FROM => 'lib/Business/OnlinePayment/Bambora.pm',
  PREREQ_PM => {qw/
    Business::OnlinePayment 0
    Carp 0
    Data::Dumper 0
    LWP::UserAgent 0
    MIME::Base64 0
    Time::HiRes 0
    Unicode::Truncate 0
    URI::Escape 0
  /},
  TEST_REQUIRES => {qw/
    Test::More 0
  /}
);