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)
committerMason James <mtj@kohaaloha.com>
Mon, 28 Sep 2015 12:06:22 +0000 (01:06 +1300)
commit62c341301f3745b48bdee6363e258819e60b29e5
tree29f2ff565f094eeaed6ee01c4dce70030563afce
parentf365143c184dfd96fb4bd98dd1873ac3feb26794
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