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