From 297fe952f593ff0e5924a4396e6995d47777fb39 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 24 Nov 2009 18:50:22 +0000 Subject: [PATCH] add META.yml --- Changes | 1 + META.yml | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 META.yml diff --git a/Changes b/Changes index 0df80d7..dc6fcf4 100644 --- a/Changes +++ b/Changes @@ -14,6 +14,7 @@ Revision history for Perl extension Business::OnlinePayment::AuthorizeNet. - Clarified documentation wrt transaction key (closes: CPAN#23753) - ARB (recurring billing) fixes from John Springer, thanks! (closes: CPAN#48625) + - Add META.yml 3.20 Wed Jun 18 16:46:10 PDT 2008 - Patch from Erik Hollensbe implementing 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 -- 2.11.0