From b95236d052365b89ba86d69875d6a82ca7e099fd Mon Sep 17 00:00:00 2001 From: levinse Date: Wed, 8 Jun 2011 05:54:20 +0000 Subject: [PATCH] BOP Cardcom, RT13058 --- Cardcom.pm | 2 +- MANIFEST | 9 +++++++++ META.yml | 24 ++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 MANIFEST create mode 100644 META.yml diff --git a/Cardcom.pm b/Cardcom.pm index 0203f78..3648318 100644 --- a/Cardcom.pm +++ b/Cardcom.pm @@ -127,7 +127,7 @@ sub _info { 'gateway_name' => 'Cardcom', 'gateway_url' => 'http://www.cardcom.co.il', 'module_version' => $VERSION, - 'support_types' => [ 'CC' ], + 'supported_types' => [ 'CC' ], 'token_support' => 0, # well technically the gateway supports it, but we haven't implemented it 'test_transaction' => 1, 'supported_actions' => [ diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..31198b8 --- /dev/null +++ b/MANIFEST @@ -0,0 +1,9 @@ +Cardcom.pm +Changes +MANIFEST +Makefile.PL +README +t/bop.t +t/credit_card.t +t/load.t +META.yml Module meta-data (added by MakeMaker) diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..5499741 --- /dev/null +++ b/META.yml @@ -0,0 +1,24 @@ +--- #YAML:1.0 +name: Business-OnlinePayment-Cardcom +version: 0.01 +abstract: ~ +author: + - Erik Levinson +license: unknown +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 +requires: + Business::OnlinePayment: 0 + Net::HTTPS::Any: 0 + Tie::IxHash: 0 +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.55_02 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 -- 2.11.0