]> Dogcows Code - chaz/p5-File-KDBX/blob - dist.ini
Fix error wrapping
[chaz/p5-File-KDBX] / dist.ini
1 name = File-KDBX
2 author = Charles McGarvey <ccm@cpan.org>
3 copyright_holder = Charles McGarvey
4 copyright_year = 2022
5 license = Perl_5
6
7 [@Author::CCM]
8 :version = 0.011
9 ; the PerlIO layers are an implementation detail that might change
10 no_index = lib/PerlIO/via/File/KDBX t xt
11
12 [Prereqs / RuntimeRecommends]
13 ; B::COW might speed up the memory erase feature, maybe
14 B::COW = 0
15 File::Spec = 0
16
17 [Prereqs / TestSuggests]
18 POSIX::1003 = 0
19
20 [OptionalFeature / xs]
21 -description = speed improvements (requires C compiler)
22 -prompt = 0
23 -always_recommend = 1
24 File::KDBX::XS = 0
25
26 [OptionalFeature / compression]
27 -description = ability to read and write compressed KDBX files
28 -prompt = 0
29 -always_recommend = 1
30 Compress::Raw::Zlib = 0
31
32 [OptionalFeature / otp]
33 -description = ability to generate one-time passwords from configured database entries
34 -prompt = 0
35 -always_recommend = 1
36 Pass::OTP = 0
37
38 ; https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/berlin-consensus.md#need-for-a-post-install-recommendations-key
39 ; I'd like to suggest File::KeePass::KDBX, but that would create a circular
40 ; dependency. If/when there exists a post-install recommendations key, we can
41 ; use that.
42 ; [OptionalFeature / kdb]
43 ; -description = ability to read and write old KDB files
44 ; -prompt = 0
45 ; -always_suggests = 1
46 ; File::KeePass = 0
47 ; File::KeePass::KDBX = 0
48 [Prereqs::Soften / BreakCycle]
49 to_relationship = none
50 module = File::KeePass
51 module = File::KeePass::KDBX
52
53 [Prereqs::Soften]
54 modules_from_features = 1
55
56 [Encoding]
57 encoding = bytes
58 matches = \.(key|kdbx?)$
This page took 0.030407 seconds and 4 git commands to generate.