From be338353a115c8506f4a1f67edce95a4a68500f7 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.34.1