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)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Wed, 2 Sep 2015 13:03:27 +0000 (10:03 -0300)
commit90285259e898f4734684edf10a64c252a180fdf6
tree9431c9a897fe846053cc0c8e8fe001046d77020d
parent6ad59e7ab45bbd2858f4cfad83d862688a48e49b
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>
catalogue/search.pl