summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-10-11 21:37:37 +0200
committerGuillem Jover <guillem@debian.org>2014-10-12 06:34:36 +0200
commit9faba94aeacc7f8a85a785d7cf1334cf340208fe (patch)
tree09f742dae61c56e374dd214fb685361dff1f36fb /scripts
parent726492a9c7e032ea37e4838b70994d7d7fe7c3b3 (diff)
downloaddpkg-9faba94aeacc7f8a85a785d7cf1334cf340208fe.tar.gz
Dpkg::Gettext: Move exporter code close to the top
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Dpkg/Gettext.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Dpkg/Gettext.pm b/scripts/Dpkg/Gettext.pm
index b414f4b00..dbec4bc0b 100644
--- a/scripts/Dpkg/Gettext.pm
+++ b/scripts/Dpkg/Gettext.pm
@@ -27,6 +27,9 @@ use strict;
use warnings;
our $VERSION = '1.00';
+our @EXPORT = qw(_g P_ textdomain ngettext);
+
+use Exporter qw(import);
=encoding utf8
@@ -92,9 +95,6 @@ BEGIN {
}
}
-use Exporter qw(import);
-our @EXPORT=qw(_g P_ textdomain ngettext);
-
=head1 CHANGES
=head2 Version 1.00