s/JetPay/ippay/ per new spec
[Business-OnlinePayment-IPPay.git] / Makefile.PL
index 2fb1b8a..e1e71e4 100644 (file)
@@ -2,15 +2,10 @@ 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,
-                        'Crypt::SSLeay'           => 0,
-                        'Date::Calc'              => 0,
-                        'HTTP::Request'           => 0,
-                        'HTTP::Request::Common'   => 0,
-                        'LWP::UserAgent'          => 0,
-                        'Text::CSV_XS' => 0,
+                        'Business::OnlinePayment::HTTPS' => 0.09,
+                        'Locale::Country'         => 2,
                        'Test::More'              => 0.42,
                         'Tie::IxHash'             => 0,
                         'XML::Simple'             => 0,