From dbb45494328e11a1fd3f7ba9a0919f127a1d9bad Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 15 Aug 2013 15:19:32 +0200 Subject: [PATCH] Bug 8044: QA Followup to silence koha-qa Content-Type: text/plain; charset=utf-8 Just moving the line for Modern::Perl Signed-off-by: Marcel de Rooy --- Koha/I18N.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Koha/I18N.pm b/Koha/I18N.pm index 7b72793..c1dffed 100644 --- a/Koha/I18N.pm +++ b/Koha/I18N.pm @@ -17,9 +17,9 @@ package Koha::I18N; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +use Modern::Perl; use base qw(Locale::Maketext); -use Modern::Perl; use C4::Templates; use C4::Context; -- 1.7.7.6