summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
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>',
+ ),
)
: ()
),