Fix line numbering issues with POD filtered by Switch.pm
[p5sagit/p5-mst-13.2.git] / lib / CPAN / Kwalify / distroprefs.dd
CommitLineData
810a0276 1$VAR1 = {
2 "mapping" => {
917f1700 3 "comment" => {
4 "type" => "text"
5 },
6 "cpanconfig" => {
7 "mapping" => {
8 "=" => {
9 "type" => "text"
10 }
11 },
12 "type" => "map"
13 },
547d3dfd 14 "depends" => {
15 "mapping" => {
16 "build_requires" => {
17 "mapping" => {
18 "=" => {
19 "type" => "text"
20 }
21 },
22 "type" => "map"
23 },
24 "configure_requires" => {},
25 "requires" => {}
26 },
27 "type" => "map"
28 },
810a0276 29 "disabled" => {
30 "enum" => [
31 0,
32 1
33 ],
34 "type" => "int"
35 },
5254b38e 36 "features" => {
37 "sequence" => [
38 {
39 "type" => "text"
40 }
41 ],
42 "type" => "seq"
43 },
917f1700 44 "goto" => {
45 "type" => "text"
46 },
47 "install" => {
810a0276 48 "mapping" => {
917f1700 49 "args" => {
50 "sequence" => [
51 {
52 "type" => "text"
53 }
54 ],
55 "type" => "seq"
56 },
57 "commandline" => {
58 "type" => "text"
59 },
810a0276 60 "eexpect" => {
61 "mapping" => {
917f1700 62 "mode" => {
63 "enum" => [
64 "deterministic",
65 "anyorder"
66 ],
67 "type" => "text"
68 },
547d3dfd 69 "reuse" => {
70 "type" => "int"
71 },
810a0276 72 "talk" => {
73 "sequence" => [
74 {
75 "type" => "text"
76 }
77 ],
78 "type" => "seq"
79 },
80 "timeout" => {
81 "type" => "number"
810a0276 82 }
83 },
84 "type" => "map"
85 },
86 "env" => {
87 "mapping" => {
88 "=" => {
89 "type" => "text"
90 }
91 },
92 "type" => "map"
93 },
810a0276 94 "expect" => {
95 "sequence" => [
96 {
97 "type" => "text"
98 }
99 ],
100 "type" => "seq"
810a0276 101 }
102 },
103 "type" => "map"
104 },
105 "make" => {},
810a0276 106 "match" => {
107 "mapping" => {
917f1700 108 "distribution" => {
109 "type" => "text"
110 },
5254b38e 111 "env" => {
2b3bde2a 112 "mapping" => {
113 "=" => {
114 "type" => "text"
115 }
116 },
117 "type" => "map"
5254b38e 118 },
119 "module" => {
120 "type" => "text"
121 },
122 "perl" => {
123 "type" => "text"
124 },
125 "perlconfig" => {}
810a0276 126 },
127 "type" => "map"
128 },
810a0276 129 "patches" => {
130 "sequence" => [
131 {
132 "type" => "text"
133 }
134 ],
135 "type" => "seq"
917f1700 136 },
137 "pl" => {},
5254b38e 138 "reminder" => {
139 "type" => "text"
140 },
917f1700 141 "test" => {}
810a0276 142 },
143 "type" => "map"
144};
547d3dfd 145$VAR1->{"mapping"}{"depends"}{"mapping"}{"configure_requires"} = $VAR1->{"mapping"}{"depends"}{"mapping"}{"build_requires"};
146$VAR1->{"mapping"}{"depends"}{"mapping"}{"requires"} = $VAR1->{"mapping"}{"depends"}{"mapping"}{"build_requires"};
917f1700 147$VAR1->{"mapping"}{"make"} = $VAR1->{"mapping"}{"install"};
5254b38e 148$VAR1->{"mapping"}{"match"}{"mapping"}{"perlconfig"} = $VAR1->{"mapping"}{"match"}{"mapping"}{"env"};
917f1700 149$VAR1->{"mapping"}{"pl"} = $VAR1->{"mapping"}{"install"};
150$VAR1->{"mapping"}{"test"} = $VAR1->{"mapping"}{"install"};