From 3c5cccf1bf74f2e60482fe62cfbcbe06722da1f5 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 11 Jul 2012 00:08:15 -0700 Subject: initial commit --- META.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 META.yml (limited to 'META.yml') diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..10ceacf --- /dev/null +++ b/META.yml @@ -0,0 +1,28 @@ +--- #YAML:1.0 +name: Business-BatchPayment +version: 0.01 +abstract: Batch-oriented payment processing +author: + - Mark Wells +license: perl +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 +requires: + DateTime: 0 + File::Slurp: 0 + Moose: 2 + MooseX::UndefTolerant: 0 + Net::HTTPS::Any: 0.1 + Net::SFTP::Foreign: 0 + 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 -- cgit v1.2.1