BOP Cardcom, RT13058
[Business-OnlinePayment-Cardcom.git] / Makefile.PL
index 5e9573c..6d53229 100644 (file)
@@ -5,19 +5,10 @@ WriteMakefile(
     'NAME'         => 'Business::OnlinePayment::Cardcom',
     'VERSION_FROM' => 'Cardcom.pm', # finds $VERSION
     'AUTHOR'       => 'Erik Levinson <levinse@freeside.biz>',
-    #'NORECURS'     => 1, # dont descend into subdirectories
     'PREREQ_PM'    => {
                         'Business::OnlinePayment' => 0,
-
-                        # for HTTPS (maybe it should be a separate dist?)
-                        'URI::Escape' => 0,
                         'Tie::IxHash' => 0,
-                       
-                        # 'Net::SSLeay' => 0,
-                        # or 'Crypt::SSLeay' => 0,
-                        #    'URI
-
+                        'Net::HTTPS::Any' => 0,
                       },
-    #'dist'         => {CI => 'ci -l'},
 );