homepage
authorIvan Kohler <ivan@freeside.biz>
Thu, 3 Dec 2015 22:35:58 +0000 (14:35 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 3 Dec 2015 22:35:58 +0000 (14:35 -0800)
Makefile.PL

index 03657c1..20f4ad0 100644 (file)
@@ -11,5 +11,10 @@ WriteMakefile(
                         'Tie::IxHash'     => 0,
                         'Net::HTTPS::Any' => 0,
                       },
+    'META_MERGE'   => {
+                        resources => {
+                          homepage => 'http://perl.business/onlinepayment',
+                        },
+                      },
     #'dist'         => {CI => 'ci -l'},
 );