From cc7bdfa9e01f8cd580efad611f7e570de7285ac7 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 4 Mar 2026 02:39:12 +0000 Subject: [PATCH] Bug 38365: Remove old usage of Koha::Cache::Memory::Lite --- Koha/ContentSecurityPolicy.pm | 1 - t/Koha/ContentSecurityPolicy.t | 1 - 2 files changed, 2 deletions(-) diff --git a/Koha/ContentSecurityPolicy.pm b/Koha/ContentSecurityPolicy.pm index 306af6f4fb4..bcbad58d1db 100644 --- a/Koha/ContentSecurityPolicy.pm +++ b/Koha/ContentSecurityPolicy.pm @@ -20,7 +20,6 @@ package Koha::ContentSecurityPolicy; use Modern::Perl; use C4::Context; -use Koha::Cache::Memory::Lite; use Koha::Token; use Koha::Exceptions::Config; diff --git a/t/Koha/ContentSecurityPolicy.t b/t/Koha/ContentSecurityPolicy.t index 35adbe28116..28e3cd17543 100755 --- a/t/Koha/ContentSecurityPolicy.t +++ b/t/Koha/ContentSecurityPolicy.t @@ -25,7 +25,6 @@ use Test::Exception; BEGIN { use_ok('Koha::ContentSecurityPolicy') } use C4::Context; -use Koha::Cache::Memory::Lite; use t::lib::Mocks; -- 2.39.5