This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to CPAN-1.83_66.
[perl5.git] / lib / CPAN / Kwalify / distroprefs.yml
CommitLineData
810a0276
SP
1---
2type: map
3mapping:
4 comment:
5 type: text
6 match:
7 type: map
8 mapping:
9 distribution:
10 type: text
11 module:
12 type: text
13 perl:
14 type: text
15 cpan_config:
16 type: map
17 mapping:
18 prefer_installer:
19 type: text
20 enum:
21 - EUMM
22 - MB
23 install:
24 &args_env_expect
25 type: map
26 mapping:
27 args:
28 type: seq
29 sequence:
30 - type: text
31 commandline:
32 type: text
33 env:
34 type: map
35 mapping:
36 =:
37 type: text
38 expect:
39 type: seq
40 sequence:
41 - type: text
42 eexpect:
43 type: map
44 mapping:
45 mode:
46 type: text
47 enum:
48 - deterministic
49 - anyorder
50 timeout:
51 type: number
52 talk:
53 type: seq
54 sequence:
55 - type: text
56 make: *args_env_expect
57 pl: *args_env_expect
58 test: *args_env_expect
59 patches:
60 type: seq
61 sequence:
62 - type: text
63 disabled:
64 type: int
65 enum:
66 - 0
67 - 1
68 goto:
69 type: text
70 cpanconfig:
71 type: map
72 mapping:
73 =:
74 type: text