diff options
author | Mark Wells <mark@freeside.biz> | 2012-08-06 14:48:12 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-08-06 14:48:12 -0700 |
commit | cd1485af2f64d37e70d2def40f5af69439afd984 (patch) | |
tree | 083ef338aa021f165441569ece655292f633a463 /META.yml | |
parent | a3deab8366fdd1cdc702007d9bb3e9fdace52d67 (diff) |
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..c722b20 --- /dev/null +++ b/META.yml @@ -0,0 +1,25 @@ +--- #YAML:1.0 +name: Business-BatchPayment-KeyBank +version: 0.01 +abstract: Key Bank check lockbox 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: 1.09 + Test::More: 0 + Text::CSV: 1.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 |