https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42860

--- Comment #1 from Kyle M Hall (khall) <[email protected]> ---
Created attachment 200546
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200546&action=edit
Bug 42860: Replace UNIVERSAL::require with Module::Load::Conditional

UNIVERSAL::require is deprecated. It is used only by the SIP server, to load
the configured ILS implementation module in login_core().
Module::Load::Conditional
is already a Koha dependency and is used elsewhere in Koha, so we can use
can_load()
instead and drop UNIVERSAL::require from the dependency lists.

Test Plan:
1) Apply this patch
2) prove t/db_dependent/SIP/MsgType.t

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to