Browse Source

Bugfix: add missing "use Dpkg::Gettext" to import the "_g" function

Raphael Hertzog 19 years ago
parent
commit
8d94cf7e7e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scripts/Dpkg/Shlibs/Objdump.pm

+ 2 - 0
scripts/Dpkg/Shlibs/Objdump.pm

@@ -99,6 +99,8 @@ sub is_elf {
 
 package Dpkg::Shlibs::Objdump::Object;
 
+use Dpkg::Gettext;
+
 sub new {
     my $this = shift;
     my $file = shift || '';