X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=03657c11f4853fc3cc1107917bb80e4135858654;hb=534d2788a7f98d0cdbda89cdfd024c85fee816ba;hp=b3115c21a01e31b779d8db104f018faf66cfba11;hpb=1465096443fc577fcf93ab41d69df75699cc59b7;p=Business-OnlinePayment.git diff --git a/Makefile.PL b/Makefile.PL index b3115c2..03657c1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,8 +4,12 @@ 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' => { + 'Tie::IxHash' => 0, + 'Net::HTTPS::Any' => 0, + }, #'dist' => {CI => 'ci -l'}, );