浏览代码

Dpkg::Gettext: Move exporter code close to the top

Guillem Jover 11 年之前
父节点
当前提交
9faba94aea
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      scripts/Dpkg/Gettext.pm

+ 3 - 3
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