Przeglądaj źródła

Dpkg::ErrorHandling: Include Dpkg::Gettext

Frank Lichtenheld 19 lat temu
rodzic
commit
9a557ad985
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      scripts/Dpkg/ErrorHandling.pm

+ 2 - 0
scripts/Dpkg/ErrorHandling.pm

@@ -1,5 +1,7 @@
 package Dpkg::ErrorHandling;
 
+use Dpkg::Gettext;
+
 use base qw(Exporter);
 our @EXPORT_OK = qw( failure syserr error internerr warning
                      warnerror subprocerr );