From c477108d17772e11d510acf7bcd7cbb42b6d6759 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 21 Feb 2013 00:54:44 +0100 Subject: Dpkg::Compression::FileHandle: Import POSIX tags instead of explicit symbols --- scripts/Dpkg/Compression/FileHandle.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Dpkg/Compression') 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); -- cgit v1.2.3