From f8cf9ab796b3ae694dc45f3ad923de39981ed489 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 25 Jun 2018 20:53:10 +0200 Subject: [PATCH] TT#39401 Use List::Util in perl core instead of List::MoreUtils Remove unused liblist-allutils-perl dependency. Change-Id: I2e28c3d535ed207ee159c09bad973d4558d50e8e --- bin/create_subscribers.pl | 2 +- bin/set_preferences.pl | 2 +- debian/control | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/bin/create_subscribers.pl b/bin/create_subscribers.pl index 3acf2d98..db2c020e 100755 --- a/bin/create_subscribers.pl +++ b/bin/create_subscribers.pl @@ -25,7 +25,7 @@ use English; use Cwd 'abs_path'; use YAML::XS qw(DumpFile LoadFile); use Getopt::Long; -use List::MoreUtils qw{ none }; +use List::Util qw(none); use Config::Tiny; use Sipwise::API qw(all); diff --git a/bin/set_preferences.pl b/bin/set_preferences.pl index 97fba9b1..54c64636 100755 --- a/bin/set_preferences.pl +++ b/bin/set_preferences.pl @@ -24,7 +24,7 @@ use warnings; use English; use JSON qw(); use Getopt::Long; -use List::MoreUtils qw{ none }; +use List::Util qw(none); use Config::Tiny; use Sipwise::API qw(all); use Storable 'dclone'; diff --git a/debian/control b/debian/control index b904cdd0..174b7f8e 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,6 @@ Build-Depends: libconfig-tiny-perl, libhash-merge-perl, libjson-perl, - liblist-allutils-perl, - liblist-moreutils-perl, libtemplate-perl, libtext-csv-perl, libyaml-libyaml-perl, @@ -28,8 +26,6 @@ Depends: libhash-merge-perl, libio-compress-perl, libjson-perl, - liblist-allutils-perl, - liblist-moreutils-perl, libtemplate-perl, libtext-csv-perl, libyaml-libyaml-perl,