summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-06-28 16:33:04 -0700
committerMark Wells <mark@freeside.biz>2013-06-28 16:33:04 -0700
commit977ae07ace47748c3abaf508a09c8e5488989ed7 (patch)
treef7926af8b048be3f408348325566a898dff3f4ff /Makefile.PL
parent49e48c25beb6448dd41e072eefca9474b6f60ea6 (diff)
complete rewrite, version 0.10
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 53f13e8..526b4f0 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Business::OnlineThirdPartyPayment',
'VERSION_FROM' => 'OnlineThirdPartyPayment.pm', # finds $VERSION
- 'AUTHOR' => 'Jeff Finucane <business-onlinethirdpartypayment@weasellips.com>',
+ 'AUTHOR' => 'Mark Wells <mark@freeside.biz>',
'PREREQ_PM' => {
'Business::OnlinePayment' => 3,
'Test::More' => 0.42,