-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.yml
66 lines (66 loc) · 1.62 KB
/
META.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
abstract: "ACME/Let's Encrypt client"
author:
- 'Andre Tomt <[email protected]>'
build_requires:
Test::More: '0'
configure_requires:
Module::Build: '0'
dynamic_config: 0
generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010'
license: gpl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Acne
provides:
ACME::Client:
file: lib/ACME/Client.pm
ACME::Client::JWS:
file: lib/ACME/Client/JWS.pm
ACNE:
file: lib/ACNE.pm
version: '0.01'
ACNE::CA:
file: lib/ACNE/CA.pm
ACNE::Cert:
file: lib/ACNE/Cert.pm
ACNE::Cmd::Account:
file: lib/ACNE/Cmd/Account.pm
ACNE::Cmd::Help:
file: lib/ACNE/Cmd/Help.pm
ACNE::Cmd::Init:
file: lib/ACNE/Cmd/Init.pm
ACNE::Cmd::Install:
file: lib/ACNE/Cmd/Install.pm
ACNE::Cmd::New:
file: lib/ACNE/Cmd/New.pm
ACNE::Cmd::Renew:
file: lib/ACNE/Cmd/Renew.pm
ACNE::Common:
file: lib/ACNE/Common.pm
ACNE::Crypto::ECDSA:
file: lib/ACNE/Crypto/ECDSA.pm
ACNE::Crypto::RSA:
file: lib/ACNE/Crypto/RSA.pm
ACNE::OpenSSL::Date:
file: lib/ACNE/OpenSSL/Date.pm
ACNE::OpenSSL::ECDSA:
file: lib/ACNE/OpenSSL/ECDSA.pm
ACNE::OpenSSL::RSA:
file: lib/ACNE/OpenSSL/RSA.pm
ACNE::OpenSSL::RSA::FakeNum:
file: lib/ACNE/OpenSSL/RSA/FakeNum.pm
ACNE::Util::File:
file: lib/ACNE/Util/File.pm
ACNE::Util::Rand:
file: lib/ACNE/Util/Rand.pm
ACNE::Validator:
file: lib/ACNE/Validator.pm
requires:
HTTP::Tiny: '0.012'
IO::Socket::SSL: '1.56'
JSON::PP: '2.27105'
Net::SSLeay: '1.49'
version: '0.01'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'