From c95a7bc2db620dd2eb857102511598b6c0bbca6f Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 7 Oct 2009 16:38:40 +0000 Subject: New Paymentech module renamed --- Makefile.PL | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..d0b1788 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,19 @@ +use strict; +use warnings; +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'Business::OnlinePayment::PaymenTech', + AUTHOR => 'Mark Wells ', + VERSION_FROM => 'lib/Business/OnlinePayment/PaymenTech.pm', + ABSTRACT_FROM => 'lib/Business/OnlinePayment/PaymenTech.pm', + ($ExtUtils::MakeMaker::VERSION >= 6.3002 + ? ('LICENSE'=> 'perl') + : ()), + PL_FILES => {}, + PREREQ_PM => { + 'Test::More' => 0, + }, + dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, + clean => { FILES => 'Business-OnlinePayment-PaymenTech-*' }, +); -- cgit v1.2.1