From: Ivan Kohler Date: Thu, 3 Dec 2015 22:35:58 +0000 (-0800) Subject: homepage X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment.git;a=commitdiff_plain;h=17a02a23f6f907fe1d1f2384a31ab45de9192ae1 homepage --- diff --git a/Makefile.PL b/Makefile.PL index 03657c1..20f4ad0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,5 +11,10 @@ WriteMakefile( 'Tie::IxHash' => 0, 'Net::HTTPS::Any' => 0, }, + 'META_MERGE' => { + resources => { + homepage => 'http://perl.business/onlinepayment', + }, + }, #'dist' => {CI => 'ci -l'}, );