remove perl from test recommendations
Graham Knop [Thu, 19 Nov 2015 20:15:40 +0000 (15:15 -0500)]
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.

dist.ini

index 000b1b3..df88c9c 100644 (file)
--- 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