From 341c23c4fc3e9ccb8fe77b422f712f1ad61da885 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 11 Dec 2017 17:12:05 -0300 Subject: [PATCH] Bug 19410: (follow-up) Move build_query_params_from_api into a helper --- Koha/Objects.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/Objects.pm b/Koha/Objects.pm index 58a0c686cf..8c79afda1a 100644 --- a/Koha/Objects.pm +++ b/Koha/Objects.pm @@ -23,7 +23,6 @@ use Carp; use List::MoreUtils qw( none ); use Koha::Database; -use Koha::Exceptions; =head1 NAME -- 2.11.0