From 3f274c8db4116da8e5db9fc54ba79de77d48de24 Mon Sep 17 00:00:00 2001 From: plobbes Date: Mon, 22 Jan 2007 15:11:49 +0000 Subject: - add phil at perkpartners.com as an AUTHOR --- Makefile.PL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') 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 ', + ), ) : () ), -- cgit v1.2.1