]> err.no Git - dpkg/commitdiff
Bugfix: add missing "use Dpkg::Gettext" to import the "_g" function
authorRaphael Hertzog <hertzog@debian.org>
Tue, 14 Aug 2007 13:40:57 +0000 (15:40 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Tue, 14 Aug 2007 13:40:57 +0000 (15:40 +0200)
scripts/Dpkg/Shlibs/Objdump.pm

index 307e63b578216a2b4b8a5652e8b73fafa387803f..93c16cd18393f4a36dd38daff6cdcf30d82b0b60 100644 (file)
@@ -99,6 +99,8 @@ sub is_elf {
 
 package Dpkg::Shlibs::Objdump::Object;
 
+use Dpkg::Gettext;
+
 sub new {
     my $this = shift;
     my $file = shift || '';