From: Jesse Luehrs Date: Tue, 29 Apr 2014 19:20:42 +0000 (-0400) Subject: add Sub::Name and perl 5.010 to test recommendations (fixes #18) X-Git-Tag: Try-Tiny-0.22~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=77f6c1e7d12c6b44c481495fe7b0234760417a77;p=p5sagit%2FTry-Tiny.git add Sub::Name and perl 5.010 to test recommendations (fixes #18) --- diff --git a/Changes b/Changes index b78bba5..eb3a60e 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Try-Tiny {{$NEXT}} + - add optional test deps as recommended prereqs (Karen Etheridge, #18) 0.21 2014-04-15 - also skip the test if Capture::Tiny is too old (Martin Popel, #17) diff --git a/dist.ini b/dist.ini index 19de5c4..000b1b3 100644 --- a/dist.ini +++ b/dist.ini @@ -26,3 +26,5 @@ perl = 5.006 [Prereqs / TestRecommends] Capture::Tiny = 0.12 ; capture_stderr +perl = 5.010 +Sub::Name = 0