Bug 22706: (RM follow-up) Remove use of Koha::Plugins::Handler
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 31 Oct 2019 10:11:07 +0000 (10:11 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 31 Oct 2019 10:13:24 +0000 (10:13 +0000)
commitdffa5d9ba8d16ee10794617dacb3c985c690775b
tree5e5e012830d7f43be27b90f9670dac29e8bcdd91
parent58da3de84ada910098024e535a7d2bbaf6caf84b
Bug 22706: (RM follow-up) Remove use of Koha::Plugins::Handler

Using both Koha::Plugins and Koha::Plugins::Handler inside the same
class causes issues for runtime module loading which in turn caused all
the plugins tests to fail.

This patch converts this patchset to use the direct call style used
elsewhere in Koha removing the need for Koha::Plugins::Handler.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Patron.pm