Bitten again by the snakes in the MANIFEST spec - tabs, not spaces.
[p5sagit/p5-mst-13.2.git] / lib / CPAN / Kwalify / distroprefs.dd
CommitLineData
810a0276 1$VAR1 = {
2 "mapping" => {
3 "disabled" => {
4 "enum" => [
5 0,
6 1
7 ],
8 "type" => "int"
9 },
10 "test" => {
11 "mapping" => {
12 "eexpect" => {
13 "mapping" => {
14 "talk" => {
15 "sequence" => [
16 {
17 "type" => "text"
18 }
19 ],
20 "type" => "seq"
21 },
22 "timeout" => {
23 "type" => "number"
24 },
25 "mode" => {
26 "enum" => [
27 "deterministic",
28 "anyorder"
29 ],
30 "type" => "text"
31 }
32 },
33 "type" => "map"
34 },
35 "env" => {
36 "mapping" => {
37 "=" => {
38 "type" => "text"
39 }
40 },
41 "type" => "map"
42 },
43 "args" => {
44 "sequence" => [
45 {
46 "type" => "text"
47 }
48 ],
49 "type" => "seq"
50 },
51 "expect" => {
52 "sequence" => [
53 {
54 "type" => "text"
55 }
56 ],
57 "type" => "seq"
58 },
59 "commandline" => {
60 "type" => "text"
61 }
62 },
63 "type" => "map"
64 },
65 "make" => {},
66 "cpan_config" => {
67 "mapping" => {
68 "prefer_installer" => {
69 "enum" => [
70 "EUMM",
71 "MB"
72 ],
73 "type" => "text"
74 }
75 },
76 "type" => "map"
77 },
78 "install" => {},
79 "match" => {
80 "mapping" => {
81 "perl" => {
82 "type" => "text"
83 },
84 "module" => {
85 "type" => "text"
86 },
87 "distribution" => {
88 "type" => "text"
89 }
90 },
91 "type" => "map"
92 },
93 "pl" => {},
94 "comment" => {
95 "type" => "text"
96 },
97 "cpanconfig" => {
98 "mapping" => {
99 "=" => {
100 "type" => "text"
101 }
102 },
103 "type" => "map"
104 },
105 "goto" => {
106 "type" => "text"
107 },
108 "patches" => {
109 "sequence" => [
110 {
111 "type" => "text"
112 }
113 ],
114 "type" => "seq"
115 }
116 },
117 "type" => "map"
118};
119$VAR1->{"mapping"}{"make"} = $VAR1->{"mapping"}{"test"};
120$VAR1->{"mapping"}{"install"} = $VAR1->{"mapping"}{"test"};
121$VAR1->{"mapping"}{"pl"} = $VAR1->{"mapping"}{"test"};