move Sub::Util prereq to suggests
Karen Etheridge [Fri, 11 Dec 2015 05:16:12 +0000 (21:16 -0800)]
Changes
dist.ini

diff --git a/Changes b/Changes
index aa793c4..2ccc894 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for Try-Tiny
 
 {{$NEXT}}
+  - fix prereq errors in 0.23
 
 0.23      2015-12-11 04:04:35Z
   - fix syntax of example code (Rudolf Leermakers, PR#22)
index 2ce71df..1c41018 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -26,4 +26,6 @@ perl = 5.006
 
 [Prereqs / TestRecommends]
 Capture::Tiny = 0.12 ; capture_stderr
+
+[Prereqs / TestSuggests]
 Sub::Util = 0