summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-01-15 17:04:39 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-03-02 14:38:50 +0100
commit010ca879bf012d8c6167161c9bc660da4f00cc69 (patch)
treed6da84103cab1273cccad81e7c6353cfb8e8e836 /Makefile.PL
parent4bc01538afa0d6399ee5c72f784ca77a62fbd68c (diff)
downloadurpmi-010ca879bf012d8c6167161c9bc660da4f00cc69.tar
urpmi-010ca879bf012d8c6167161c9bc660da4f00cc69.tar.gz
urpmi-010ca879bf012d8c6167161c9bc660da4f00cc69.tar.bz2
urpmi-010ca879bf012d8c6167161c9bc660da4f00cc69.tar.xz
urpmi-010ca879bf012d8c6167161c9bc660da4f00cc69.zip
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
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
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',
},