@@ -, +, @@ --- Koha/I18N.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/Koha/I18N.pm +++ a/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; --