https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16588
--- Comment #20 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
