From 977ae07ace47748c3abaf508a09c8e5488989ed7 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 28 Jun 2013 16:33:04 -0700 Subject: complete rewrite, version 0.10 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') 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 ', + 'AUTHOR' => 'Mark Wells ', 'PREREQ_PM' => { 'Business::OnlinePayment' => 3, 'Test::More' => 0.42, -- cgit v1.2.1