X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=20f4ad0227429f6e7675901f1a1bc9b05f111f2a;hb=72783a4ae656a3d75184d0210ab81c73e22867b6;hp=93a5ebdf2062e6fe0b76edc940446b64ac3e485f;hpb=880dfb1acc5767ef66d62f07936c6a369b70742f;p=Business-OnlinePayment.git diff --git a/Makefile.PL b/Makefile.PL index 93a5ebd..20f4ad0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,16 +5,16 @@ WriteMakefile( 'NAME' => 'Business::OnlinePayment', 'VERSION_FROM' => 'OnlinePayment.pm', # finds $VERSION 'AUTHOR' => 'Ivan Kohler ', + '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'}, );