summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-06-28 16:36:47 -0700
committerMark Wells <mark@freeside.biz>2013-06-28 16:36:47 -0700
commit472f07098c2e10ac025b132df098f4b51c14adb1 (patch)
treefb6f5bb33ff55b658b298f3cd00316c054225b82 /Makefile.PL
start
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644
index 0000000..5209b9d
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,12 @@
+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::OnlineThirdPartyPayment::FCMB',
+ 'VERSION_FROM' => 'FCMB.pm', # finds $VERSION
+ 'AUTHOR' => 'Mark Wells <mark@freeside.biz>',
+ 'PREREQ_PM' => {
+ 'Business::OnlineThirdPartyPayment' => 0.10,
+ 'XML::Simple' => 2,
+ },
+);