From 472f07098c2e10ac025b132df098f4b51c14adb1 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 28 Jun 2013 16:36:47 -0700 Subject: start --- Makefile.PL | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') 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 ', + 'PREREQ_PM' => { + 'Business::OnlineThirdPartyPayment' => 0.10, + 'XML::Simple' => 2, + }, +); -- cgit v1.2.1