Fix line numbering issues with POD filtered by Switch.pm
[p5sagit/p5-mst-13.2.git] / lib / CPAN / Kwalify / distroprefs.dd
index 480e7d9..fd04627 100644 (file)
@@ -1,5 +1,31 @@
 $VAR1 = {
   "mapping" => {
+    "comment" => {
+      "type" => "text"
+    },
+    "cpanconfig" => {
+      "mapping" => {
+        "=" => {
+          "type" => "text"
+        }
+      },
+      "type" => "map"
+    },
+    "depends" => {
+      "mapping" => {
+        "build_requires" => {
+          "mapping" => {
+            "=" => {
+              "type" => "text"
+            }
+          },
+          "type" => "map"
+        },
+        "configure_requires" => {},
+        "requires" => {}
+      },
+      "type" => "map"
+    },
     "disabled" => {
       "enum" => [
         0,
@@ -7,10 +33,42 @@ $VAR1 = {
       ],
       "type" => "int"
     },
-    "test" => {
+    "features" => {
+      "sequence" => [
+        {
+          "type" => "text"
+        }
+      ],
+      "type" => "seq"
+    },
+    "goto" => {
+      "type" => "text"
+    },
+    "install" => {
       "mapping" => {
+        "args" => {
+          "sequence" => [
+            {
+              "type" => "text"
+            }
+          ],
+          "type" => "seq"
+        },
+        "commandline" => {
+          "type" => "text"
+        },
         "eexpect" => {
           "mapping" => {
+            "mode" => {
+              "enum" => [
+                "deterministic",
+                "anyorder"
+              ],
+              "type" => "text"
+            },
+            "reuse" => {
+              "type" => "int"
+            },
             "talk" => {
               "sequence" => [
                 {
@@ -21,13 +79,6 @@ $VAR1 = {
             },
             "timeout" => {
               "type" => "number"
-            },
-            "mode" => {
-              "enum" => [
-                "deterministic",
-                "anyorder"
-              ],
-              "type" => "text"
             }
           },
           "type" => "map"
@@ -40,14 +91,6 @@ $VAR1 = {
           },
           "type" => "map"
         },
-        "args" => {
-          "sequence" => [
-            {
-              "type" => "text"
-            }
-          ],
-          "type" => "seq"
-        },
         "expect" => {
           "sequence" => [
             {
@@ -55,56 +98,34 @@ $VAR1 = {
             }
           ],
           "type" => "seq"
-        },
-        "commandline" => {
-          "type" => "text"
         }
       },
       "type" => "map"
     },
     "make" => {},
-    "cpan_config" => {
-      "mapping" => {
-        "prefer_installer" => {
-          "enum" => [
-            "EUMM",
-            "MB"
-          ],
-          "type" => "text"
-        }
-      },
-      "type" => "map"
-    },
-    "install" => {},
     "match" => {
       "mapping" => {
-        "perl" => {
+        "distribution" => {
           "type" => "text"
         },
+        "env" => {
+          "mapping" => {
+            "=" => {
+              "type" => "text"
+            }
+          },
+          "type" => "map"
+        },
         "module" => {
           "type" => "text"
         },
-        "distribution" => {
-          "type" => "text"
-        }
-      },
-      "type" => "map"
-    },
-    "pl" => {},
-    "comment" => {
-      "type" => "text"
-    },
-    "cpanconfig" => {
-      "mapping" => {
-        "=" => {
+        "perl" => {
           "type" => "text"
-        }
+        },
+        "perlconfig" => {}
       },
       "type" => "map"
     },
-    "goto" => {
-      "type" => "text"
-    },
     "patches" => {
       "sequence" => [
         {
@@ -112,10 +133,18 @@ $VAR1 = {
         }
       ],
       "type" => "seq"
-    }
+    },
+    "pl" => {},
+    "reminder" => {
+      "type" => "text"
+    },
+    "test" => {}
   },
   "type" => "map"
 };
-$VAR1->{"mapping"}{"make"} = $VAR1->{"mapping"}{"test"};
-$VAR1->{"mapping"}{"install"} = $VAR1->{"mapping"}{"test"};
-$VAR1->{"mapping"}{"pl"} = $VAR1->{"mapping"}{"test"};
+$VAR1->{"mapping"}{"depends"}{"mapping"}{"configure_requires"} = $VAR1->{"mapping"}{"depends"}{"mapping"}{"build_requires"};
+$VAR1->{"mapping"}{"depends"}{"mapping"}{"requires"} = $VAR1->{"mapping"}{"depends"}{"mapping"}{"build_requires"};
+$VAR1->{"mapping"}{"make"} = $VAR1->{"mapping"}{"install"};
+$VAR1->{"mapping"}{"match"}{"mapping"}{"perlconfig"} = $VAR1->{"mapping"}{"match"}{"mapping"}{"env"};
+$VAR1->{"mapping"}{"pl"} = $VAR1->{"mapping"}{"install"};
+$VAR1->{"mapping"}{"test"} = $VAR1->{"mapping"}{"install"};