From 40ed7b0685cfe9160dfd3a34b7babe3e604c8d7c Mon Sep 17 00:00:00 2001 From: Raphael Hertzog Date: Wed, 22 Aug 2007 10:06:31 +0200 Subject: [PATCH] Import warning and syserr functions in Dpkg::Shlibs::Objdump::Object They were used in that module but not defined. It lead to problems only when something else failed, so was difficult to detect. --- scripts/Dpkg/Shlibs/Objdump.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Dpkg/Shlibs/Objdump.pm b/scripts/Dpkg/Shlibs/Objdump.pm index 93c16cd1..9d690702 100644 --- a/scripts/Dpkg/Shlibs/Objdump.pm +++ b/scripts/Dpkg/Shlibs/Objdump.pm @@ -100,6 +100,7 @@ sub is_elf { package Dpkg::Shlibs::Objdump::Object; use Dpkg::Gettext; +use Dpkg::ErrorHandling qw(syserr warning); sub new { my $this = shift; -- 2.39.5