https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35959 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice@biblibre.com --- Comment #30 from Julian Maurice <julian.maurice@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.