From: Vincent Pit Date: Thu, 6 Sep 2012 21:02:33 +0000 (+0200) Subject: Don't require build/test 'recommends' dependencies X-Git-Tag: v0.940.0~4 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=7e4625ac01c53c64b6671e8843629db1cf217112;hp=7e4625ac01c53c64b6671e8843629db1cf217112;p=perl%2Fmodules%2FTask-Devel-Cover-Recommended.git Don't require build/test 'recommends' dependencies Most CPAN clients actually install configure/build/test dependencies, so it is wasteful to install dependencies only recommended to configure, build or test the target distribution (especially since they may not be available at the time the target dist wants them). ---