aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-10-03 15:45:14 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-10-03 16:49:46 +0200
commit9b6e2b36fee180b712f46e7c13635658abe1f5a2 (patch)
treed78a540828d0c87bcfdb3022c53abfb6817c5844
parent295d74a46bb287caf089236305b86cb5cb01c8d2 (diff)
downloadrpmtools-9b6e2b36fee180b712f46e7c13635658abe1f5a2.tar
rpmtools-9b6e2b36fee180b712f46e7c13635658abe1f5a2.tar.gz
rpmtools-9b6e2b36fee180b712f46e7c13635658abe1f5a2.tar.bz2
rpmtools-9b6e2b36fee180b712f46e7c13635658abe1f5a2.tar.xz
rpmtools-9b6e2b36fee180b712f46e7c13635658abe1f5a2.zip
need List::Util >= 1.33 for "any"
-rwxr-xr-xMakefile.PL2
-rw-r--r--NEWS1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 1803159..0c7d07a 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -40,7 +40,7 @@ WriteMakefile(
PREREQ_PM => {
'ExtUtils::MakeMaker' => '0',
'Getopt::Long' => '0',
- 'List::Util' => '0',
+ 'List::Util' => '1.33',
'MDV::Distribconf' => '4.100',
'MDV::Packdrakeng' => '1.13',
'Pod::Usage' => '0',
diff --git a/NEWS b/NEWS
index 5f43cf1..7a5fbb3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
- cpan_testers:
o add dummy package so that rpmtools can be installed for urpmi testers
+ o need List::Util >= 1.33 for "any"
Version 7.05 - 21 September 2018, by Thierry Vignaud