From b94aa599dd645b1ccd749f1c858e5d07b8613b24 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 --- 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 bbfec9c1c7..ca58870e3d 100644 --- a/Koha/REST/V1/Biblios.pm +++ b/Koha/REST/V1/Biblios.pm @@ -31,7 +31,6 @@ use C4::Context; use Koha::Items; -use Clone qw( clone ); use List::MoreUtils qw( any ); use MARC::Record::MiJ; -- 2.20.1