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