From bad57e5cbe636e8006700988b8a635a4ff2bb1f5 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 4 Nov 2016 14:32:56 +0000 Subject: [PATCH] Bug 17494: Fix compilation warning Class Koha::Exceptions::Object appears to be a typo as it is only specified in the 'isa' param for Koha::Exceptions::Koha::Patron::Modification::DuplicateVerificationToken Signed-off-by: Jonathan Druart --- Koha/Exceptions/Patron/Modification.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Exceptions/Patron/Modification.pm b/Koha/Exceptions/Patron/Modification.pm index 1068fbb..4cfab22 100644 --- a/Koha/Exceptions/Patron/Modification.pm +++ b/Koha/Exceptions/Patron/Modification.pm @@ -1,6 +1,7 @@ package Koha::Exceptions::Patron::Modification; use Modern::Perl; +use Koha::Exceptions::Object; use Exception::Class ( 'Koha::Exceptions::Koha::Patron::Modification::DuplicateVerificationToken' => { -- 2.1.4