diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-07-11 00:28:53 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-07-11 00:28:53 -0700 |
commit | 39e5b6c3302b1c35174583bdae60b2b8d5a78338 (patch) | |
tree | 5d3fe4a036a3ccce105815a69a454a743d03cd12 /META.yml |
initial commit
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..2be1054 --- /dev/null +++ b/META.yml @@ -0,0 +1,24 @@ +--- #YAML:1.0 +name: Business-BatchPayment-Paymentech +version: 0.01 +abstract: Chase Paymentech XML batch format. +author: + - Mark Wells <mark@freeside.biz> +license: perl +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 +requires: + Business::BatchPayment: 0 + Moose: 2 + Test::More: 0 +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.57_05 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 |