X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=03657c11f4853fc3cc1107917bb80e4135858654;hb=95f57c2acd7654953f1dab8e208170ba91fa6e79;hp=54d15bbd8dffa53a96bd8fe8df92b7e356c696b1;hpb=3785f360382e1a9d906e61ddaa9d2ff4b0881704;p=Business-OnlinePayment.git diff --git a/Makefile.PL b/Makefile.PL index 54d15bb..03657c1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,14 +8,8 @@ WriteMakefile( 'PMLIBDIRS' => [ 'OnlinePayment', 'FraudDetect' ], 'NORECURS' => 1, # dont descend into subdirectories 'PREREQ_PM' => { - # for HTTPS (maybe it should be a separate dist?) - 'URI::Escape' => 0, - 'Tie::IxHash' => 0, - - # 'Net::SSLeay' => 0, - # or 'Crypt::SSLeay' => 0, - # 'URI - + 'Tie::IxHash' => 0, + 'Net::HTTPS::Any' => 0, }, #'dist' => {CI => 'ci -l'}, );