From 78033d20e205b4cd3869243372426d32b32d02cd Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 3 Jul 2023 16:28:44 +0100 Subject: [PATCH] Bug 33974: (QA follow-up) Remove superflous import We don't actually need the Clone import.. it's not used in Biblios.pmt Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi (cherry picked from commit c7be8462436350841c0b3715f007f2000e1735f5) Signed-off-by: Martin Renvoize (cherry picked from commit b94aa599dd645b1ccd749f1c858e5d07b8613b24) Signed-off-by: Matt Blenkinsop --- Koha/REST/V1/Biblios.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/REST/V1/Biblios.pm b/Koha/REST/V1/Biblios.pm index d343e5265d..9850fa354c 100644 --- a/Koha/REST/V1/Biblios.pm +++ b/Koha/REST/V1/Biblios.pm @@ -30,7 +30,6 @@ use C4::Context; use Koha::Items; -use Clone qw( clone ); use List::MoreUtils qw( any ); use MARC::Record::MiJ; -- 2.20.1