3.05, add nacha_sec_code
[Business-OnlinePayment.git] / Makefile.PL
index 54d15bb..20f4ad0 100644 (file)
@@ -8,14 +8,13 @@ WriteMakefile(
     'PMLIBDIRS'    => [ 'OnlinePayment', 'FraudDetect' ],
     'NORECURS'     => 1, # dont descend into subdirectories
     'PREREQ_PM'    => { 
-                        # for HTTPS (maybe it should be a separate dist?)
-                        'URI::Escape' => 0,
-                        'Tie::IxHash' => 0,
-
-                        # 'Net::SSLeay' => 0,
-                        # or 'Crypt::SSLeay' => 0,
-                        #    'URI
-
+                        'Tie::IxHash'     => 0,
+                        'Net::HTTPS::Any' => 0,
+                      },
+    'META_MERGE'   => {
+                        resources => {
+                          homepage => 'http://perl.business/onlinepayment',
+                        },
                       },
     #'dist'         => {CI => 'ci -l'},
 );