Upgrade to CPAN-1.9101
[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     "disabled" => {
15       "enum" => [
16         0,
17         1
18       ],
19       "type" => "int"
20     },
21     "goto" => {
22       "type" => "text"
23     },
24     "install" => {
25       "mapping" => {
26         "args" => {
27           "sequence" => [
28             {
29               "type" => "text"
30             }
31           ],
32           "type" => "seq"
33         },
34         "commandline" => {
35           "type" => "text"
36         },
37         "eexpect" => {
38           "mapping" => {
39             "mode" => {
40               "enum" => [
41                 "deterministic",
42                 "anyorder"
43               ],
44               "type" => "text"
45             },
46             "talk" => {
47               "sequence" => [
48                 {
49                   "type" => "text"
50                 }
51               ],
52               "type" => "seq"
53             },
54             "timeout" => {
55               "type" => "number"
56             }
57           },
58           "type" => "map"
59         },
60         "env" => {
61           "mapping" => {
62             "=" => {
63               "type" => "text"
64             }
65           },
66           "type" => "map"
67         },
68         "expect" => {
69           "sequence" => [
70             {
71               "type" => "text"
72             }
73           ],
74           "type" => "seq"
75         }
76       },
77       "type" => "map"
78     },
79     "make" => {},
80     "match" => {
81       "mapping" => {
82         "distribution" => {
83           "type" => "text"
84         },
85         "module" => {
86           "type" => "text"
87         },
88         "perl" => {
89           "type" => "text"
90         },
91         "perlconfig" => {
92           "mapping" => {
93             "=" => {
94               "type" => "text"
95             }
96           },
97           "type" => "map"
98         }
99       },
100       "type" => "map"
101     },
102     "patches" => {
103       "sequence" => [
104         {
105           "type" => "text"
106         }
107       ],
108       "type" => "seq"
109     },
110     "pl" => {},
111     "test" => {}
112   },
113   "type" => "map"
114 };
115 $VAR1->{"mapping"}{"make"} = $VAR1->{"mapping"}{"install"};
116 $VAR1->{"mapping"}{"pl"} = $VAR1->{"mapping"}{"install"};
117 $VAR1->{"mapping"}{"test"} = $VAR1->{"mapping"}{"install"};