Bug 16489: ES code incorrectly refers to Moose
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 10 May 2016 14:00:43 +0000 (11:00 -0300)
committerJesse Weaver <jweaver@bywatersolutions.com>
Thu, 12 May 2016 22:06:18 +0000 (16:06 -0600)
commit9d9f2efa941ba678d57a18718fedf752984dfee3
tree5032e3c899e40efad4f1410bbffed532e0702c6e
parentc2ddc19600c70bcdc87cd64983c80073e19ac794
Bug 16489: ES code incorrectly refers to Moose

Probably a leftover from the original SolR code, there are unused references to Moose in the new Elasticsearch code.

To test:
- Run:
  $ git grep Moose
=> FAIL: There are unneeded references to Moose:
Koha/SearchEngine/Zebra/QueryBuilder.pm:use Moose::Role;
Koha/SearchEngine/Zebra/Search.pm:#use Moose::Role;
- Apply the patch
- Run:
  $ git grep Moose
=> SUCCESS: No references to Moose
- Run:
  $ prove t/Search* t/db_dependent/Search*
=> SUCCESS: Tests pass
- Sign off

Signed-off-by: Jacek Ablewicz <abl@biblos.pk.edu.pl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
Koha/SearchEngine/Zebra/QueryBuilder.pm
Koha/SearchEngine/Zebra/Search.pm