Upgrade to CPAN-1.88_78
[p5sagit/p5-mst-13.2.git] / lib / CPAN / Kwalify / distroprefs.yml
1 --- 
2 type: map
3 mapping:
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       perlconfig:
16         type: map
17         mapping:
18           =:
19             type: text
20   install:
21     &args_env_expect
22     type: map
23     mapping:
24       args:
25         type: seq
26         sequence:
27           - type: text
28       commandline:
29         type: text
30       env:
31         type: map
32         mapping:
33           =:
34             type: text
35       expect:
36         type: seq
37         sequence:
38           - type: text
39       eexpect:
40         type: map
41         mapping:
42           mode:
43             type: text
44             enum:
45               - deterministic
46               - anyorder
47           timeout:
48             type: number
49           talk:
50             type: seq
51             sequence:
52               - type: text
53   make: *args_env_expect
54   pl:   *args_env_expect
55   test: *args_env_expect
56   patches:
57     type: seq
58     sequence:
59       - type: text
60   disabled:
61     type: int
62     enum:
63       - 0
64       - 1
65   goto:
66     type: text
67   cpanconfig:
68     type: map
69     mapping:
70       =:
71         type: text