[Koha-bugs] [Bug 35959] Inconsistent hierarchy during C3 merge of class 'Koha::AuthorisedValue' (and a few other modules)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 26 11:37:11 CET 2024


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

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |julian.maurice at biblibre.com

--- Comment #30 from Julian Maurice <julian.maurice at biblibre.com> ---
(In reply to Marcel de Rooy from comment #29)
> This more or less fixes a perl bug like Tomas stated. Read fix, not hide.

There's no evidence it's a Perl bug, and given the state of Koha (circular
dependencies everywhere), I'm more inclined to think it's a Koha bug, and that
the patches are essentially hiding the fact that these circular dependencies
exist.

The error about Koha::AuthorisedValue can also be fixed by moving 'use
Koha::Libraries' to a 'require Koha::Libraries' inside the right subroutine in
Koha/Object/Limit/Library.pm.
I'd prefer this kind of solution instead of manipulating @ISA manually.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list