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