diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-10-28 23:27:17 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-10-28 23:27:17 -0700 |
commit | 1f19e67636476c7119cfb41920c5b176e617c697 (patch) | |
tree | 4eecee9419a803aa05d6a112c7f6feacf7ac590d /Makefile.PL | |
parent | 9a8353f9bce55c9587285ec6d1d0a7a882dc0287 (diff) |
gateway URL change
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 079fdf5..e1e71e4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Business::OnlinePayment::IPPay', 'VERSION_FROM' => 'IPPay.pm', # finds $VERSION - 'AUTHOR' => 'Jeff Finucane <ippay@weasellips.com>', + 'AUTHOR' => 'Ivan Kohler <ivan-ippay@freeside.biz>', 'PREREQ_PM' => { 'Business::OnlinePayment' => 3, 'Business::OnlinePayment::HTTPS' => 0.09, 'Locale::Country' => 2, |