From: Karen Etheridge Date: Fri, 11 Dec 2015 05:16:12 +0000 (-0800) Subject: move Sub::Util prereq to suggests X-Git-Tag: v0.24~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ee27f1f5157f5a88c1ca249f3f9c17bc0e85984;p=p5sagit%2FTry-Tiny.git move Sub::Util prereq to suggests --- diff --git a/Changes b/Changes index aa793c4..2ccc894 100644 --- 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) diff --git a/dist.ini b/dist.ini index 2ce71df..1c41018 100644 --- 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