Explorar o código

dpkg-parsechangelog: drop useless “use” statements

Neither POSIX nor English are used by this small script.
Raphaël Hertzog %!s(int64=17) %!d(string=hai) anos
pai
achega
30421dbe46
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      scripts/dpkg-parsechangelog.pl

+ 0 - 3
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;