From 70294e56bedd7e8bf877962bf3879da5022322dd Mon Sep 17 00:00:00 2001 From: David Gustafsson Date: Fri, 28 Feb 2025 15:50:30 +0100 Subject: [PATCH] Bug 36350: Remove unused import --- Koha/Object/CachedExpiration.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/Object/CachedExpiration.pm b/Koha/Object/CachedExpiration.pm index cfc1936c3cd..4e1b4b09ea7 100644 --- a/Koha/Object/CachedExpiration.pm +++ b/Koha/Object/CachedExpiration.pm @@ -2,7 +2,6 @@ package Koha::Object::CachedExpiration; use parent qw( Koha::Object Koha::Objects::Cached::Base ); use Modern::Perl; -use Data::Dumper; =head1 NAME -- 2.48.1