From 31f44561c99a6e0cc8f627ec81bacd7b8abdccaf Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 12 Feb 2015 14:32:38 -0800 Subject: [PATCH] Update AUTHOR and PREREQ_PM (Net::HTTPS::Any) in Makefile.PL --- Changes | 3 +++ Makefile.PL | 3 ++- lib/Business/OnlinePayment/vSecureProcessing.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 7b9cab2..adf9472 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl module Business::OnlinePayment::vSecureProcessing +0.03 unreleased + - Update AUTHOR and PREREQ_PM (Net::HTTPS::Any) in Makefile.PL + 0.02 Feb 12 2015 - Update for production URL - Use username/password for auth like other B:OP modules 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-*' }, diff --git a/lib/Business/OnlinePayment/vSecureProcessing.pm b/lib/Business/OnlinePayment/vSecureProcessing.pm index 947aaf6..63a8080 100644 --- a/lib/Business/OnlinePayment/vSecureProcessing.pm +++ b/lib/Business/OnlinePayment/vSecureProcessing.pm @@ -11,7 +11,7 @@ use Business::OnlinePayment::HTTPS; @ISA = qw(Business::OnlinePayment::HTTPS); $DEBUG = 0; -$VERSION = '0.02'; +$VERSION = '0.03_01'; # mapping out all possible endpoints # but this version will only be building out "charge", "void", & "credit" -- 2.11.0