diff options
author | jeff <jeff> | 2008-07-11 01:03:45 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-07-11 01:03:45 +0000 |
commit | 18935a05828a0a5afd3ae11c78905754dbaeedb2 (patch) | |
tree | bbd81fb8250d9152af3a769f5003dfa1dac0a502 /Makefile.PL | |
parent | 48245dae6481e1b6e2e9a3a27dca75d8c03fbc7c (diff) |
prerequisite changes
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, |