[Koha-bugs] [Bug 16588] Remove the Readonly dependency (again)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 30 10:05:39 CEST 2016


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

--- Comment #20 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Colin Campbell from comment #19)
> WHY??????
> 
> Using constant instead of readonly is more bug prone - If you must remove
> readonly use simple scalars instead of constant

Because it has been added, then removed because it was not really used 14066,
then re-added but not correctly (without the dependency).
There are no really advantages (regarding at how we use it) to depend on
Readonly, and constant is in the perl code.
This bug prevent packages to build correctly in a clean environment.
I have already answered you on comment 10 about Readonly vs constant, you can
also see bug 14066 comment 2 (more than 2 years ago).
A patch was submitted (2 months ago) when nobody wanted to fix it.

Feel free to submit a counter patch, but I am out.

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


More information about the Koha-bugs mailing list