diff options
Diffstat (limited to 'scripts/Dpkg/Gettext.pm')
-rw-r--r-- | scripts/Dpkg/Gettext.pm | 2 |
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; |