X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=54d15bbd8dffa53a96bd8fe8df92b7e356c696b1;hb=1a6545d6f4fb91d9256f2bec4b1b2b0db483d373;hp=b3115c21a01e31b779d8db104f018faf66cfba11;hpb=1465096443fc577fcf93ab41d69df75699cc59b7;p=Business-OnlinePayment.git diff --git a/Makefile.PL b/Makefile.PL index b3115c2..54d15bb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,8 +4,18 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Business::OnlinePayment', 'VERSION_FROM' => 'OnlinePayment.pm', # finds $VERSION - 'AUTHOR' => 'Jason Kohles ', + 'AUTHOR' => 'Ivan Kohler ', + 'PMLIBDIRS' => [ 'OnlinePayment', 'FraudDetect' ], 'NORECURS' => 1, # dont descend into subdirectories - 'PREREQ_PM' => {'Net::SSLeay' => 0}, + '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 + + }, #'dist' => {CI => 'ci -l'}, );