From 297fe952f593ff0e5924a4396e6995d47777fb39 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 24 Nov 2009 18:50:22 +0000 Subject: add META.yml --- META.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 META.yml (limited to 'META.yml') diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..6edd2fa --- /dev/null +++ b/META.yml @@ -0,0 +1,29 @@ +--- #YAML:1.0 +name: Business-OnlinePayment-AuthorizeNet +version: 3.21 +abstract: ~ +author: + - Ivan Kohler +license: unknown +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 +requires: + Business::OnlinePayment: 3 + Business::OnlinePayment::HTTPS: 0 + Net::SSLeay: 0 + Test::More: 0.42 + Text::CSV_XS: 0 + Tie::IxHash: 0 + XML::Simple: 0 + XML::Writer: 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 -- cgit v1.2.1