diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..b9f2f3d --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,13 @@ +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 + /}, + TEST_REQUIRES => {qw/ + Test::More 0 + /} +); |