From: Graham Knop Date: Thu, 19 Nov 2015 20:15:40 +0000 (-0500) Subject: remove perl from test recommendations X-Git-Tag: v0.23~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=322f32c63f1f2f51c4aff4b38f17e6edb3c37e0f;p=p5sagit%2FTry-Tiny.git remove perl from test recommendations Newer versions of CPAN.pm install recommendations by default. They treat them as hard dependencies. Since a dependency on perl is impossible for CPAN.pm to fulfill, it will refuse to install Try::Tiny on perl 5.8 with the default settings. There isn't really anything useful to be done with a recommendation on a newer perl version, so just remove it. --- diff --git a/dist.ini b/dist.ini index 000b1b3..df88c9c 100644 --- a/dist.ini +++ b/dist.ini @@ -26,5 +26,4 @@ perl = 5.006 [Prereqs / TestRecommends] Capture::Tiny = 0.12 ; capture_stderr -perl = 5.010 Sub::Name = 0