Bug 17600: (follow-up) Fix wrong import in Koha::I18N - LC_MESSAGES

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2021-07-26 17:19:44 +02:00
parent d4ee40aa9e
commit 402bce9b82

View file

@ -27,12 +27,13 @@ use List::Util qw( first );
use Locale::Messages qw(
bindtextdomain
gettext
LC_MESSAGES
ngettext
npgettext
pgettext
textdomain
);
use POSIX;
use POSIX qw();
use Koha::Cache::Memory::Lite;
use parent 'Exporter';