From 90eca2090a47dd4755de4fa707597ff2c025ecaa Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 1 May 2010 20:05:57 +0000 Subject: - Pull in changes from Business::OnlinePayment::HTTPS 0.09 from Business::OnlinePayment 3.00 - Default Content-Type to application/x-www-form-urlencoded - Added WHY THIS MODULE section to POD - Updated tests for new world of not returning HTTP as part of the response code - Removed meaningless Content-Type handling from https_get - Added/documented debugging option --- Makefile.PL | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index c6dbbc8..2fe34d0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,6 +12,11 @@ WriteMakefile( 'Test::More' => 0, 'URI::Escape' => 0, 'Tie::IxHash' => 0, + # If you are aware of a way to declare an OR relation in prerequisites, + # please tell me, you would be my hero. it doesn't have to be EU:MM. + # 'Net::SSLeay' => 0, + # or 'Crypt::SSLeay' => 0, + # 'LWP' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Net-HTTPS-Any-*' }, -- cgit v1.2.1