Sfoglia il codice sorgente

dpkg-parsechangelog: drop useless “use” statements

Neither POSIX nor English are used by this small script.
Raphaël Hertzog 16 anni fa
parent
commit
30421dbe46
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      scripts/dpkg-parsechangelog.pl

+ 0 - 3
scripts/dpkg-parsechangelog.pl

@@ -3,9 +3,6 @@
 use strict;
 use strict;
 use warnings;
 use warnings;
 
 
-use English;
-use POSIX;
-use POSIX qw(:errno_h);
 use Dpkg;
 use Dpkg;
 use Dpkg::Gettext;
 use Dpkg::Gettext;
 use Dpkg::ErrorHandling;
 use Dpkg::ErrorHandling;