From 33468536729cb00592ce4ac4af3594b32a8bddb5 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 26 Sep 2007 21:53:00 +0000 Subject: Initial import --- 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..f9eaa1a --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,13 @@ +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::OnlinePayment::viaKLIX', + 'VERSION_FROM' => 'viaKLIX.pm', # finds $VERSION + 'AUTHOR' => 'Jeff Finucane ', + 'PREREQ_PM' => { + 'Business::OnlinePayment' => 3, + 'Business::OnlinePayment::HTTPS' => 0.04, + 'Business::CreditCard' => 0.27, + }, +); -- cgit v1.2.1