From ea9614b6fbf55a4b4dd1d342f09b7f96f3736310 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 21 Apr 2020 17:49:01 +0200 Subject: try harder to find genhdlist2 on CPAN testers rationale: in some cases, all dependency modules and scripts still reside in the uninstalled blib directories. CPAN.pm knows how to deal with uninstalled modules (all the blib/lib directories go into the PERL5LIB environment variable). But it does not do something similar for the blib/script directories. So we have to try harder to find genhdlist2 by adding those blib/script directories to PATH if they exist --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8e8d7ece..f8f043b1 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ o describe more tests to help pinpoint regressions o fix test with rpm < 4.13 on CentOS7 o perform some file conflict tests only on Mageia + o try harder to find genhdlist2 in uninstalled CPAN modules Version 8.121 - 8 April 2020 -- cgit v1.2.1