diff options
author | Guillem Jover <guillem@debian.org> | 2013-02-21 00:54:44 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2013-04-27 22:31:05 +0200 |
commit | c477108d17772e11d510acf7bcd7cbb42b6d6759 (patch) | |
tree | fdc1dccbcd829971ac5dd179fe6163061a040629 /scripts/Dpkg/Compression | |
parent | 82ea4a431882892340363115588843ad7f825d39 (diff) | |
download | dpkg-c477108d17772e11d510acf7bcd7cbb42b6d6759.tar.gz |
Dpkg::Compression::FileHandle: Import POSIX tags instead of explicit symbols
Diffstat (limited to 'scripts/Dpkg/Compression')
-rw-r--r-- | scripts/Dpkg/Compression/FileHandle.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Compression/FileHandle.pm b/scripts/Dpkg/Compression/FileHandle.pm index 4718a8ff5..3c8bfd056 100644 --- a/scripts/Dpkg/Compression/FileHandle.pm +++ b/scripts/Dpkg/Compression/FileHandle.pm @@ -24,7 +24,7 @@ use Dpkg::Compression; use Dpkg::Compression::Process; use Dpkg::Gettext; use Dpkg::ErrorHandling; -use POSIX qw(WIFSIGNALED WTERMSIG SIGPIPE); +use POSIX qw(:signal_h :sys_wait_h); use base qw(FileHandle Tie::Handle); |