From 76ddb79a882dd229a80672322ed9202b5c7427d3 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 15 Aug 2013 15:19:32 +0200 Subject: [PATCH 4/4] Bug 8044: QA Followup to silence koha-qa Just moving the line for Modern::Perl Signed-off-by: Marcel de Rooy --- Koha/I18N.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.9.0