Fix line numbering issues with POD filtered by Switch.pm
[p5sagit/p5-mst-13.2.git] / lib / CPAN / Kwalify / distroprefs.yml
index 234bdb0..431f174 100644 (file)
@@ -3,6 +3,17 @@ type: map
 mapping:
   comment:
     type: text
+  depends:
+    type: map
+    mapping:
+      configure_requires:
+        &requires_common
+        type: map
+        mapping:
+          =:
+            type: text
+      build_requires: *requires_common
+      requires:       *requires_common
   match:
     type: map
     mapping:
@@ -12,14 +23,13 @@ mapping:
         type: text
       perl:
         type: text
-  cpan_config:
-    type: map
-    mapping:
-      prefer_installer:
-        type: text
-        enum:
-          - EUMM
-          - MB
+      perlconfig:
+        &matchhash_common
+        type: map
+        mapping:
+          =:
+            type: text
+      env: *matchhash_common
   install:
     &args_env_expect
     type: map
@@ -49,6 +59,8 @@ mapping:
               - anyorder
           timeout:
             type: number
+          reuse:
+            type: int
           talk:
             type: seq
             sequence:
@@ -72,3 +84,9 @@ mapping:
     mapping:
       =:
         type: text
+  features:
+    type: seq
+    sequence:
+      - type: text
+  reminder:
+    type: text