-
Notifications
You must be signed in to change notification settings - Fork 23
/
dist.ini
50 lines (39 loc) · 848 Bytes
/
dist.ini
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
name = Crypt-OpenPGP
author = Sergey Romanov <[email protected]>
license = Perl_5
version = 1.12
abstract = Pure-Perl OpenPGP implementation
copyright_holder = Benjamin Trott <[email protected]>
[@Filter]
-bundle = @Basic
-remove = Readme
[OurPkgVersion]
[Prereqs]
Data::Buffer = 0.04
Compress::Zlib = 0
Crypt::DSA = 0
File::HomeDir = 0
LWP::UserAgent = 0
MIME::Base64 = 0
Math::BigInt = 0
URI::Escape = 0
; see https://github.com/btrott/Crypt-OpenPGP/pull/10
Alt::Crypt::RSA::BigInt = 0
; PGP2 compat.
Crypt::IDEA = 0
Digest::MD5 = 0
; PGP5 compat.
Crypt::DES_EDE3 = 0
Digest::SHA = 0
; GnuPG compat.
Crypt::CAST5_PP = 0
Crypt::RIPEMD160 = 0
Crypt::Rijndael = 0
; Other ciphers.
Crypt::Blowfish = 0
Crypt::Twofish = 0
[Prereqs/TestRequires]
Test::More = 0
Test::Exception = 0
[GithubMeta]
[MetaJSON]