diff options
author | ivan <ivan> | 2009-11-24 18:50:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-24 18:50:22 +0000 |
commit | 297fe952f593ff0e5924a4396e6995d47777fb39 (patch) | |
tree | a8dfe90901b1823b3f19e587d1a2609007c8ad5a | |
parent | 4f6af006823987a654611e24aa9a5a156aa6c231 (diff) |
add META.ymlBusiness_OnlinePayment_AuthorizeNet_3_21
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | META.yml | 29 |
2 files changed, 30 insertions, 0 deletions
@@ -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 <erikh@opensourcery.com> 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 <ivan-authorizenet@420.am> +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 |