[feedgnuplot] 05/11: 'any' is from List::MoreUtils, not List::Util
Dima Kogan
dima at secretsauce.net
Fri Nov 25 22:53:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkogan-guest pushed a commit to branch debian
in repository feedgnuplot.
commit 35ed74eaf10b25e13e5b6f2f1a83d8f413fada01
Author: Dima Kogan <dima at secretsauce.net>
Date: Fri Nov 25 14:41:39 2016 -0800
'any' is from List::MoreUtils, not List::Util
---
Makefile.PL | 1 +
bin/feedgnuplot | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile.PL b/Makefile.PL
index dd3ed3f..a02c839 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -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-*' },
diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index b9d874e..c432edf 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -8,7 +8,8 @@ use Getopt::Long;
use Time::HiRes qw( usleep gettimeofday tv_interval );
use IO::Handle;
use IO::Select;
-use List::Util qw( first any );
+use List::Util qw( first );
+use List::MoreUtils 'any';
use Scalar::Util qw( looks_like_number );
use Text::ParseWords; # for shellwords
use Pod::Usage;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feedgnuplot.git
More information about the debian-science-commits
mailing list