From fe32727fc55823ab1a3edba70597b89856cd0ea3 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 15 Aug 2013 15:19:32 +0200 Subject: [PATCH] Bug 8044: (follow-up) ensure Modern::Perl is imported first Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton --- Koha/I18N.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/I18N.pm b/Koha/I18N.pm index 7b72793b81..c1dffed2a4 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; -- 2.20.1