From 3f274c8db4116da8e5db9fc54ba79de77d48de24 Mon Sep 17 00:00:00 2001 From: plobbes Date: Mon, 22 Jan 2007 15:11:49 +0000 Subject: [PATCH] - add phil at perkpartners.com as an AUTHOR --- Makefile.PL | 7 ++++++- PayflowPro.pm | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index cbb225f..d9630da 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,7 +14,12 @@ WriteMakefile( ? ## Add these new keywords supported since 5.005 ( ABSTRACT_FROM => 'PayflowPro.pm', - AUTHOR => 'Ivan Kohler ' + AUTHOR => + join( + ' and ', + 'Ivan Kohler ', + 'Phil Lobbes ', + ), ) : () ), diff --git a/PayflowPro.pm b/PayflowPro.pm index e559caf..b8415b9 100644 --- a/PayflowPro.pm +++ b/PayflowPro.pm @@ -436,10 +436,12 @@ response message returned with the transaction result. This module implements an interface to the Payflow Pro Perl API, which can be downloaded at https://manager.paypal.com/ with a valid login. -=head1 AUTHOR +=head1 AUTHORS Ivan Kohler +Phil Lobbes Ephil at perkpartners.comE + Based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles. =head1 SEE ALSO -- 2.11.0