diff options
| author | Guillem Jover <guillem@debian.org> | 2017-07-14 00:31:49 +0200 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2017-09-24 21:03:09 +0200 |
| commit | 6b15b128a22e4c825b8c32ccec56022baef1ac38 (patch) | |
| tree | 83a56421b504613b77df7d4f7df74b9f88fd2dec /scripts/Dpkg/Source | |
| parent | ca2b8b44910acbc3adbb53dfb121f7f85fcebc81 (diff) | |
| download | dpkg-6b15b128a22e4c825b8c32ccec56022baef1ac38.tar.gz | |
perl: Remove unused use POSIX module imports
Diffstat (limited to 'scripts/Dpkg/Source')
| -rw-r--r-- | scripts/Dpkg/Source/Package/V2.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Dpkg/Source/Package/V2.pm b/scripts/Dpkg/Source/Package/V2.pm index d9cee6278..4abb7864c 100644 --- a/scripts/Dpkg/Source/Package/V2.pm +++ b/scripts/Dpkg/Source/Package/V2.pm @@ -21,7 +21,6 @@ use warnings; our $VERSION = '0.01'; -use POSIX qw(:errno_h); use List::Util qw(first); use Cwd; use File::Basename; |
