X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=20f4ad0227429f6e7675901f1a1bc9b05f111f2a;hb=90b8472dd1f760092933acf0b1a366de2caf9caf;hp=54d15bbd8dffa53a96bd8fe8df92b7e356c696b1;hpb=3785f360382e1a9d906e61ddaa9d2ff4b0881704;p=Business-OnlinePayment.git diff --git a/Makefile.PL b/Makefile.PL index 54d15bb..20f4ad0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,14 +8,13 @@ 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, + }, + 'META_MERGE' => { + resources => { + homepage => 'http://perl.business/onlinepayment', + }, }, #'dist' => {CI => 'ci -l'}, );