From 53b29ad4ffc19c61203c9c7d5f77956016d173b6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 19 Aug 2015 16:24:32 +0100 Subject: [PATCH] Bug 14696: useless use of String::Random in catalogue/search.pl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug 10404 adds the use of String::Random to catalogue/search.pl but bug 11369 removes it without removing the import line. Test plan: git grep String::Random catalogue/search.pl should not return anything Signed-off-by: Joonas Kylmälä --- catalogue/search.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/catalogue/search.pl b/catalogue/search.pl index 1abacb6..43d7f29 100755 --- a/catalogue/search.pl +++ b/catalogue/search.pl @@ -150,7 +150,6 @@ use C4::Members qw(GetMember); use C4::VirtualShelves; use URI::Escape; use POSIX qw(ceil floor); -use String::Random; use C4::Branch; # GetBranches use C4::Search::History; -- 1.9.1