diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.PL b/Makefile.PL index 2fb1b8a..f522ecc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,13 +4,7 @@ WriteMakefile( 'VERSION_FROM' => 'IPPay.pm', # finds $VERSION 'AUTHOR' => 'Jeff Finucane <ippay@weasellips.com>', '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, 'Test::More' => 0.42, 'Tie::IxHash' => 0, 'XML::Simple' => 0, |