Upgrade to CPAN-1.9203
[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     "goto" => {
37       "type" => "text"
38     },
39     "install" => {
40       "mapping" => {
41         "args" => {
42           "sequence" => [
43             {
44               "type" => "text"
45             }
46           ],
47           "type" => "seq"
48         },
49         "commandline" => {
50           "type" => "text"
51         },
52         "eexpect" => {
53           "mapping" => {
54             "mode" => {
55               "enum" => [
56                 "deterministic",
57                 "anyorder"
58               ],
59               "type" => "text"
60             },
61             "reuse" => {
62               "type" => "int"
63             },
64             "talk" => {
65               "sequence" => [
66                 {
67                   "type" => "text"
68                 }
69               ],
70               "type" => "seq"
71             },
72             "timeout" => {
73               "type" => "number"
74             }
75           },
76           "type" => "map"
77         },
78         "env" => {
79           "mapping" => {
80             "=" => {
81               "type" => "text"
82             }
83           },
84           "type" => "map"
85         },
86         "expect" => {
87           "sequence" => [
88             {
89               "type" => "text"
90             }
91           ],
92           "type" => "seq"
93         }
94       },
95       "type" => "map"
96     },
97     "make" => {},
98     "match" => {
99       "mapping" => {
100         "distribution" => {
101           "type" => "text"
102         },
103         "module" => {
104           "type" => "text"
105         },
106         "perl" => {
107           "type" => "text"
108         },
109         "perlconfig" => {
110           "mapping" => {
111             "=" => {
112               "type" => "text"
113             }
114           },
115           "type" => "map"
116         }
117       },
118       "type" => "map"
119     },
120     "patches" => {
121       "sequence" => [
122         {
123           "type" => "text"
124         }
125       ],
126       "type" => "seq"
127     },
128     "pl" => {},
129     "test" => {}
130   },
131   "type" => "map"
132 };
133 $VAR1->{"mapping"}{"depends"}{"mapping"}{"configure_requires"} = $VAR1->{"mapping"}{"depends"}{"mapping"}{"build_requires"};
134 $VAR1->{"mapping"}{"depends"}{"mapping"}{"requires"} = $VAR1->{"mapping"}{"depends"}{"mapping"}{"build_requires"};
135 $VAR1->{"mapping"}{"make"} = $VAR1->{"mapping"}{"install"};
136 $VAR1->{"mapping"}{"pl"} = $VAR1->{"mapping"}{"install"};
137 $VAR1->{"mapping"}{"test"} = $VAR1->{"mapping"}{"install"};