summaryrefslogtreecommitdiff
path: root/t/pod-coverage.t
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2017-05-18 06:25:26 +0200
committerGuillem Jover <guillem@debian.org>2017-05-20 05:21:33 +0200
commit7f779d971f1f9af460cb2286047ab97e854796ac (patch)
treeb3beeed3ceecce88fa9cb411ea65bdab2fca57ac /t/pod-coverage.t
parent810aa7aec63ded6de321bab69cd1b5e725a0fff1 (diff)
downloaddpkg-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 't/pod-coverage.t')
-rw-r--r--t/pod-coverage.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pod-coverage.t b/t/pod-coverage.t
index 7b475e8b0..838ca74e1 100644
--- a/t/pod-coverage.t
+++ b/t/pod-coverage.t
@@ -16,8 +16,8 @@
use strict;
use warnings;
+use List::Util qw(any);
use File::Find;
-use Dpkg::Util qw(any);
use Test::More;
use Test::Dpkg qw(:needs);