summaryrefslogtreecommitdiff
path: root/lib/CPAN
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2007-04-25 11:00:34 +0000
committerSteve Peters <steve@fisharerojo.org>2007-04-25 11:00:34 +0000
commit917f17002097ee577163787c18abe1a911b23f4e (patch)
treef382c22a55e8d1d467c429e1c0cb8223c93d4b8c /lib/CPAN
parent16d8f38a2d6ab27610f67c929d18408a3acc29a9 (diff)
downloadperl-917f17002097ee577163787c18abe1a911b23f4e.tar.gz
Upgrade to CPAN-1.9101
p4raw-id: //depot/perl@31072
Diffstat (limited to 'lib/CPAN')
-rw-r--r--lib/CPAN/Kwalify/distroprefs.dd96
1 files changed, 48 insertions, 48 deletions
diff --git a/lib/CPAN/Kwalify/distroprefs.dd b/lib/CPAN/Kwalify/distroprefs.dd
index 2da6d6393a..392c821ab0 100644
--- a/lib/CPAN/Kwalify/distroprefs.dd
+++ b/lib/CPAN/Kwalify/distroprefs.dd
@@ -1,5 +1,16 @@
$VAR1 = {
"mapping" => {
+ "comment" => {
+ "type" => "text"
+ },
+ "cpanconfig" => {
+ "mapping" => {
+ "=" => {
+ "type" => "text"
+ }
+ },
+ "type" => "map"
+ },
"disabled" => {
"enum" => [
0,
@@ -7,10 +18,31 @@ $VAR1 = {
],
"type" => "int"
},
- "test" => {
+ "goto" => {
+ "type" => "text"
+ },
+ "install" => {
"mapping" => {
+ "args" => {
+ "sequence" => [
+ {
+ "type" => "text"
+ }
+ ],
+ "type" => "seq"
+ },
+ "commandline" => {
+ "type" => "text"
+ },
"eexpect" => {
"mapping" => {
+ "mode" => {
+ "enum" => [
+ "deterministic",
+ "anyorder"
+ ],
+ "type" => "text"
+ },
"talk" => {
"sequence" => [
{
@@ -21,13 +53,6 @@ $VAR1 = {
},
"timeout" => {
"type" => "number"
- },
- "mode" => {
- "enum" => [
- "deterministic",
- "anyorder"
- ],
- "type" => "text"
}
},
"type" => "map"
@@ -40,14 +65,6 @@ $VAR1 = {
},
"type" => "map"
},
- "args" => {
- "sequence" => [
- {
- "type" => "text"
- }
- ],
- "type" => "seq"
- },
"expect" => {
"sequence" => [
{
@@ -55,17 +72,22 @@ $VAR1 = {
}
],
"type" => "seq"
- },
- "commandline" => {
- "type" => "text"
}
},
"type" => "map"
},
"make" => {},
- "install" => {},
"match" => {
"mapping" => {
+ "distribution" => {
+ "type" => "text"
+ },
+ "module" => {
+ "type" => "text"
+ },
+ "perl" => {
+ "type" => "text"
+ },
"perlconfig" => {
"mapping" => {
"=" => {
@@ -73,34 +95,10 @@ $VAR1 = {
}
},
"type" => "map"
- },
- "perl" => {
- "type" => "text"
- },
- "module" => {
- "type" => "text"
- },
- "distribution" => {
- "type" => "text"
}
},
"type" => "map"
},
- "pl" => {},
- "comment" => {
- "type" => "text"
- },
- "cpanconfig" => {
- "mapping" => {
- "=" => {
- "type" => "text"
- }
- },
- "type" => "map"
- },
- "goto" => {
- "type" => "text"
- },
"patches" => {
"sequence" => [
{
@@ -108,10 +106,12 @@ $VAR1 = {
}
],
"type" => "seq"
- }
+ },
+ "pl" => {},
+ "test" => {}
},
"type" => "map"
};
-$VAR1->{"mapping"}{"make"} = $VAR1->{"mapping"}{"test"};
-$VAR1->{"mapping"}{"install"} = $VAR1->{"mapping"}{"test"};
-$VAR1->{"mapping"}{"pl"} = $VAR1->{"mapping"}{"test"};
+$VAR1->{"mapping"}{"make"} = $VAR1->{"mapping"}{"install"};
+$VAR1->{"mapping"}{"pl"} = $VAR1->{"mapping"}{"install"};
+$VAR1->{"mapping"}{"test"} = $VAR1->{"mapping"}{"install"};