]> git.koha-community.org Git - koha.git/commit
Bug 14696: useless use of String::Random in catalogue/search.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 19 Aug 2015 15:24:32 +0000 (16:24 +0100)
committerLiz Rea <wizzyrea@gmail.com>
Tue, 22 Sep 2015 01:31:18 +0000 (13:31 +1200)
commit6c5fae2a15ad6bda734a22a433926385b0207a3c
tree313dd1e1ae8653fe11d15aa438916d156424f8ed
parenta14cc8fdc8bdcc3b9f7080c047ff85d839559886
Bug 14696: useless use of String::Random in catalogue/search.pl

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ä <j.kylmala@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit 90285259e898f4734684edf10a64c252a180fdf6)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
catalogue/search.pl