homepage
[Business-OnlinePayment.git] / 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'},
 );