Avoid the need for 2 casts added in 31055 by using a better type for
[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" => {},
810a0276 66 "install" => {},
67 "match" => {
68 "mapping" => {
2b3bde2a 69 "perlconfig" => {
70 "mapping" => {
71 "=" => {
72 "type" => "text"
73 }
74 },
75 "type" => "map"
76 },
810a0276 77 "perl" => {
78 "type" => "text"
79 },
80 "module" => {
81 "type" => "text"
82 },
83 "distribution" => {
84 "type" => "text"
85 }
86 },
87 "type" => "map"
88 },
89 "pl" => {},
90 "comment" => {
91 "type" => "text"
92 },
93 "cpanconfig" => {
94 "mapping" => {
95 "=" => {
96 "type" => "text"
97 }
98 },
99 "type" => "map"
100 },
101 "goto" => {
102 "type" => "text"
103 },
104 "patches" => {
105 "sequence" => [
106 {
107 "type" => "text"
108 }
109 ],
110 "type" => "seq"
111 }
112 },
113 "type" => "map"
114};
115$VAR1->{"mapping"}{"make"} = $VAR1->{"mapping"}{"test"};
116$VAR1->{"mapping"}{"install"} = $VAR1->{"mapping"}{"test"};
117$VAR1->{"mapping"}{"pl"} = $VAR1->{"mapping"}{"test"};