aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
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 /Makefile.PL
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"
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 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',