Fix line numbering issues with POD filtered by Switch.pm
[p5sagit/p5-mst-13.2.git] / lib / CPAN / Kwalify / distroprefs.yml
index 60a4372..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:
@@ -13,10 +24,12 @@ mapping:
       perl:
         type: text
       perlconfig:
+        &matchhash_common
         type: map
         mapping:
           =:
             type: text
+      env: *matchhash_common
   install:
     &args_env_expect
     type: map
@@ -46,6 +59,8 @@ mapping:
               - anyorder
           timeout:
             type: number
+          reuse:
+            type: int
           talk:
             type: seq
             sequence:
@@ -69,3 +84,9 @@ mapping:
     mapping:
       =:
         type: text
+  features:
+    type: seq
+    sequence:
+      - type: text
+  reminder:
+    type: text