summaryrefslogtreecommitdiff
path: root/scripts/dpkg-shlibdeps.pl
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2017-07-14 00:31:49 +0200
committerGuillem Jover <guillem@debian.org>2017-09-24 21:03:09 +0200
commit6b15b128a22e4c825b8c32ccec56022baef1ac38 (patch)
tree83a56421b504613b77df7d4f7df74b9f88fd2dec /scripts/dpkg-shlibdeps.pl
parentca2b8b44910acbc3adbb53dfb121f7f85fcebc81 (diff)
downloaddpkg-6b15b128a22e4c825b8c32ccec56022baef1ac38.tar.gz
perl: Remove unused use POSIX module imports
Diffstat (limited to 'scripts/dpkg-shlibdeps.pl')
-rwxr-xr-xscripts/dpkg-shlibdeps.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/dpkg-shlibdeps.pl b/scripts/dpkg-shlibdeps.pl
index 2ca35bad6..323fba9e1 100755
--- a/scripts/dpkg-shlibdeps.pl
+++ b/scripts/dpkg-shlibdeps.pl
@@ -26,7 +26,6 @@ use warnings;
use feature qw(state);
use List::Util qw(any none);
-use POSIX qw(:errno_h);
use Cwd qw(realpath);
use File::Basename qw(dirname);