Bug 28692: (QA follow-up) Add module

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:
Marcel de Rooy 2021-11-12 09:58:22 +00:00 committed by Jonathan Druart
parent de99b016d8
commit 53c56bc3dc

View file

@ -24,6 +24,7 @@ package C4::Log;
use strict;
use warnings;
use Data::Dumper qw( Dumper );
use JSON qw( to_json );
use C4::Context;