The following commit has been merged in the master branch:
commit 30421dbe46f769b4e2333af8baf7269698cbc050
Author: Raphaël Hertzog <[email protected]>
Date: Sun Oct 25 23:18:45 2009 +0100
dpkg-parsechangelog: drop useless “use” statements
Neither POSIX nor English are used by this small script.
diff --git a/scripts/dpkg-parsechangelog.pl b/scripts/dpkg-parsechangelog.pl
index 5420929..5d145b3 100755
--- a/scripts/dpkg-parsechangelog.pl
+++ b/scripts/dpkg-parsechangelog.pl
@@ -3,9 +3,6 @@
use strict;
use warnings;
-use English;
-use POSIX;
-use POSIX qw(:errno_h);
use Dpkg;
use Dpkg::Gettext;
use Dpkg::ErrorHandling;
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]