From d91e7701e032d91c79ee46b3d62d1726c1f27d4c Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 21 Dec 2010 09:33:08 +0000 Subject: initial release --- 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..7fe3793 --- /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::eWayShared', + 'VERSION_FROM' => 'eWayShared.pm', # finds $VERSION + 'AUTHOR' => 'Mark Wells ', + 'PREREQ_PM' => { + 'Business::OnlineThirdPartyPayment' => 3, + 'Business::CreditCard' => 0.27, + }, +); -- cgit v1.2.1