X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-Cardcom.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=6d53229ac071e0732ec70296c863fa4f36a06206;hp=5e9573c6643aff468b74f84c3c95735b316b7180;hb=691bb9412fd331e9cda0013df41e2fb418d97674;hpb=11ed59eb67796099284a635d0efda99c94fc5cfa diff --git a/Makefile.PL b/Makefile.PL index 5e9573c..6d53229 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,19 +5,10 @@ WriteMakefile( 'NAME' => 'Business::OnlinePayment::Cardcom', 'VERSION_FROM' => 'Cardcom.pm', # finds $VERSION 'AUTHOR' => 'Erik Levinson ', - #'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'}, );