The following commit has been merged in the master branch:
commit 82ea4a431882892340363115588843ad7f825d39
Author: Guillem Jover <[email protected]>
Date: Wed Apr 24 06:54:22 2013 +0200
scripts: Remove unused :signal_h from POSIX imports
diff --git a/scripts/dpkg-distaddfile.pl b/scripts/dpkg-distaddfile.pl
index b49f4b0..85269a4 100755
--- a/scripts/dpkg-distaddfile.pl
+++ b/scripts/dpkg-distaddfile.pl
@@ -22,7 +22,7 @@ use strict;
use warnings;
use POSIX;
-use POSIX qw(:errno_h :signal_h);
+use POSIX qw(:errno_h);
use Dpkg;
use Dpkg::Gettext;
use Dpkg::ErrorHandling;
diff --git a/scripts/dpkg-genchanges.pl b/scripts/dpkg-genchanges.pl
index da8c8d5..8a48395 100755
--- a/scripts/dpkg-genchanges.pl
+++ b/scripts/dpkg-genchanges.pl
@@ -23,7 +23,7 @@ use strict;
use warnings;
use Encode;
-use POSIX qw(:errno_h :signal_h);
+use POSIX qw(:errno_h);
use Dpkg;
use Dpkg::Gettext;
use Dpkg::Checksums;
diff --git a/scripts/dpkg-shlibdeps.pl b/scripts/dpkg-shlibdeps.pl
index 33a6300..3df5754 100755
--- a/scripts/dpkg-shlibdeps.pl
+++ b/scripts/dpkg-shlibdeps.pl
@@ -24,7 +24,7 @@
use strict;
use warnings;
-use POSIX qw(:errno_h :signal_h);
+use POSIX qw(:errno_h);
use Cwd qw(realpath);
use File::Basename qw(dirname);
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]