diff options
author | Guillem Jover <guillem@debian.org> | 2017-05-18 06:25:26 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2017-05-20 05:21:33 +0200 |
commit | 7f779d971f1f9af460cb2286047ab97e854796ac (patch) | |
tree | b3beeed3ceecce88fa9cb411ea65bdab2fca57ac /scripts/Dpkg/Deps.pm | |
parent | 810aa7aec63ded6de321bab69cd1b5e725a0fff1 (diff) | |
download | dpkg-7f779d971f1f9af460cb2286047ab97e854796ac.tar.gz |
Dpkg::Util: Remove and replace with core module List::Util
Our current minimal Perl version contains a new enough List::Util module
implementing none and any, and several other functions.
Diffstat (limited to 'scripts/Dpkg/Deps.pm')
-rw-r--r-- | scripts/Dpkg/Deps.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Dpkg/Deps.pm b/scripts/Dpkg/Deps.pm index f4c3be558..0d5652bc8 100644 --- a/scripts/Dpkg/Deps.pm +++ b/scripts/Dpkg/Deps.pm @@ -573,7 +573,6 @@ use Dpkg::BuildProfiles qw(parse_build_profiles evaluate_restriction_formula); use Dpkg::Version; use Dpkg::ErrorHandling; use Dpkg::Gettext; -use Dpkg::Util qw(:list); use parent qw(Dpkg::Interface::Storable); |