'any' is from List::MoreUtils, not List::Util

This commit is contained in:
Dima Kogan
2016-11-25 14:41:39 -08:00
parent 07f574a929
commit 35ed74eaf1
2 changed files with 3 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ WriteMakefile
PL_FILES => {},
EXE_FILES => [ 'bin/feedgnuplot' ],
BUILD_REQUIRES => { 'String::ShellQuote' => 0,
'List::MoreUtils' => 0,
'IPC::Run' => 0},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'feedgnuplot-*' },