The following commit has been merged in the master branch:
commit c477108d17772e11d510acf7bcd7cbb42b6d6759
Author: Guillem Jover <[email protected]>
Date: Thu Feb 21 00:54:44 2013 +0100
Dpkg::Compression::FileHandle: Import POSIX tags instead of explicit symbols
diff --git a/scripts/Dpkg/Compression/FileHandle.pm
b/scripts/Dpkg/Compression/FileHandle.pm
index 4718a8f..3c8bfd0 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);
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]