X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=20f4ad0227429f6e7675901f1a1bc9b05f111f2a;hb=17a02a23f6f907fe1d1f2384a31ab45de9192ae1;hp=b3115c21a01e31b779d8db104f018faf66cfba11;hpb=1465096443fc577fcf93ab41d69df75699cc59b7;p=Business-OnlinePayment.git diff --git a/Makefile.PL b/Makefile.PL index b3115c2..20f4ad0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,8 +4,17 @@ 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, + }, + 'META_MERGE' => { + resources => { + homepage => 'http://perl.business/onlinepayment', + }, + }, #'dist' => {CI => 'ci -l'}, );