- add phil at perkpartners.com as an AUTHOR BUSINESS_ONLINEPAYMENT_PAYFLOWPRO_0_05
authorplobbes <plobbes>
Mon, 22 Jan 2007 15:11:49 +0000 (15:11 +0000)
committerplobbes <plobbes>
Mon, 22 Jan 2007 15:11:49 +0000 (15:11 +0000)
Makefile.PL
PayflowPro.pm

index cbb225f..d9630da 100644 (file)
@@ -14,7 +14,12 @@ WriteMakefile(
         ?    ## Add these new keywords supported since 5.005
           (
             ABSTRACT_FROM => 'PayflowPro.pm',
-            AUTHOR        => 'Ivan Kohler <ivan-payflowpro@420.am>'
+            AUTHOR        => 
+                join(
+                     ' and ',
+                     'Ivan Kohler <ivan-payflowpro@420.am>',
+                     'Phil Lobbes <phil at perkpartners.com>',
+                    ),
           )
         : ()
     ),
index e559caf..b8415b9 100644 (file)
@@ -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 <ivan-payflowpro@420.am>
 
+Phil Lobbes E<lt>phil at perkpartners.comE<gt>
+
 Based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles.
 
 =head1 SEE ALSO