Przeglądaj źródła

dpkg-scanpackages: Remove unused IO::File

Guillem Jover 11 lat temu
rodzic
commit
5864c78856
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      scripts/dpkg-scanpackages.pl

+ 0 - 1
scripts/dpkg-scanpackages.pl

@@ -21,7 +21,6 @@ use warnings;
 use strict;
 
 use IO::Handle;
-use IO::File;
 use Getopt::Long qw(:config posix_default bundling no_ignorecase);
 
 use Dpkg ();