X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=03657c11f4853fc3cc1107917bb80e4135858654;hb=db61585b63ac436ac20eb340a724d9b6722d60ce;hp=93a5ebdf2062e6fe0b76edc940446b64ac3e485f;hpb=880dfb1acc5767ef66d62f07936c6a369b70742f;p=Business-OnlinePayment.git diff --git a/Makefile.PL b/Makefile.PL index 93a5ebd..03657c1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,16 +5,11 @@ 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, }, #'dist' => {CI => 'ci -l'}, );