From 53071f40c4e2d4be41efb018d0233b37bf1c395b Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Wed, 10 Apr 2019 12:58:10 -0400 Subject: Project skeleton --- Makefile.PL | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') 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 ', + VERSION_FROM => 'lib/Business/OnlinePayment/Bambora.pm', + PREREQ_PM => {qw/ + Business::OnlinePayment 0 + /}, + TEST_REQUIRES => {qw/ + Test::More 0 + /} +); -- cgit v1.2.1