From 010ca879bf012d8c6167161c9bc660da4f00cc69 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 15 Jan 2020 17:04:39 +0100 Subject: cpan_testers: require a newer enough Test::More should workaround some failures such as: http://www.cpantesters.org/cpan/report/6d3e1bc0-3755-11ea-83ea-5104bae6192e The plan was already output at /usr/lib/perl5/5.22.3/Test/Builder.pm line 2510. t/superuser--suggests.t ......................................... All 126 subtests passed --- Makefile.PL | 2 +- NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index f9dc2074..3231c273 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -161,7 +161,7 @@ WriteMakefile( 'File::Slurp' => '0', 'Net::Server' => '0', 'rpmtools' => '7.11', - 'Test::More' => '0', + 'Test::More' => '1.302', 'Test::Pod' => '0', 'Test::Pod::Coverage' => '0', }, diff --git a/NEWS b/NEWS index fbba14df..86855060 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ o actually needs perl >= 5.10 for //= operator o fix failing scriptlets test with rpm < 4.13.0 o fix testsuite errors on CentOs (NVR vs NVRA) + o require a newer enough Test::More o skip mirrorlist tests on !Mageia o skip tests if we have no supported downloader o testsuite needs rpmtools -- cgit v1.2.1