summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorplobbes <plobbes>2007-01-22 15:11:49 +0000
committerplobbes <plobbes>2007-01-22 15:11:49 +0000
commit3f274c8db4116da8e5db9fc54ba79de77d48de24 (patch)
treeb9990460a836f963aebe6e2f1bd37ad4a032439f /Makefile.PL
parentdbbbea2b380a0cde8cf421f0c27dd5590fd18962 (diff)
- add phil at perkpartners.com as an AUTHORBUSINESS_ONLINEPAYMENT_PAYFLOWPRO_0_05
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL7
1 files changed, 6 insertions, 1 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 <ivan-payflowpro@420.am>'
+ AUTHOR =>
+ join(
+ ' and ',
+ 'Ivan Kohler <ivan-payflowpro@420.am>',
+ 'Phil Lobbes <phil at perkpartners.com>',
+ ),
)
: ()
),