From 31f44561c99a6e0cc8f627ec81bacd7b8abdccaf Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 12 Feb 2015 14:32:38 -0800 Subject: Update AUTHOR and PREREQ_PM (Net::HTTPS::Any) in Makefile.PL --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index a774fdb..ed97fe6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Business::OnlinePayment::vSecureProcessing', - AUTHOR => q{Alex Brelsfoard }, + AUTHOR => q{Ivan Kohler 'lib/Business/OnlinePayment/vSecureProcessing.pm', ABSTRACT_FROM => 'lib/Business/OnlinePayment/vSecureProcessing.pm', ($ExtUtils::MakeMaker::VERSION >= 6.3002 @@ -17,6 +17,7 @@ WriteMakefile( 'XML::Simple' => 0, 'XML::Writer' => 0, 'Data::Dumper' => 0, + 'Net::HTTPS::Any' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Business-OnlinePayment-vSecureProcessing-*' }, -- cgit v1.2.1