summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Gettext.pm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Dpkg/Gettext.pm')
-rw-r--r--scripts/Dpkg/Gettext.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Gettext.pm b/scripts/Dpkg/Gettext.pm
index e4724d0e0..5716eadba 100644
--- a/scripts/Dpkg/Gettext.pm
+++ b/scripts/Dpkg/Gettext.pm
@@ -60,7 +60,7 @@ BEGIN {
}
}
-use base qw(Exporter);
+use Exporter qw(import);
our @EXPORT=qw(_g P_ textdomain ngettext);
1;