Fix line numbering issues with POD filtered by Switch.pm
[p5sagit/p5-mst-13.2.git] / lib / CPAN / Kwalify / distroprefs.dd
index 392c821..fd04627 100644 (file)
@@ -11,6 +11,21 @@ $VAR1 = {
       },
       "type" => "map"
     },
+    "depends" => {
+      "mapping" => {
+        "build_requires" => {
+          "mapping" => {
+            "=" => {
+              "type" => "text"
+            }
+          },
+          "type" => "map"
+        },
+        "configure_requires" => {},
+        "requires" => {}
+      },
+      "type" => "map"
+    },
     "disabled" => {
       "enum" => [
         0,
@@ -18,6 +33,14 @@ $VAR1 = {
       ],
       "type" => "int"
     },
+    "features" => {
+      "sequence" => [
+        {
+          "type" => "text"
+        }
+      ],
+      "type" => "seq"
+    },
     "goto" => {
       "type" => "text"
     },
@@ -43,6 +66,9 @@ $VAR1 = {
               ],
               "type" => "text"
             },
+            "reuse" => {
+              "type" => "int"
+            },
             "talk" => {
               "sequence" => [
                 {
@@ -82,20 +108,21 @@ $VAR1 = {
         "distribution" => {
           "type" => "text"
         },
-        "module" => {
-          "type" => "text"
-        },
-        "perl" => {
-          "type" => "text"
-        },
-        "perlconfig" => {
+        "env" => {
           "mapping" => {
             "=" => {
               "type" => "text"
             }
           },
           "type" => "map"
-        }
+        },
+        "module" => {
+          "type" => "text"
+        },
+        "perl" => {
+          "type" => "text"
+        },
+        "perlconfig" => {}
       },
       "type" => "map"
     },
@@ -108,10 +135,16 @@ $VAR1 = {
       "type" => "seq"
     },
     "pl" => {},
+    "reminder" => {
+      "type" => "text"
+    },
     "test" => {}
   },
   "type" => "map"
 };
+$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"};