[Koha-bugs] [Bug 20103] Remove Readonly::XS

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 28 21:02:16 CEST 2018


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org,
                   |                            |tomascohen at gmail.com
             Status|Passed QA                   |In Discussion

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I do not understand the quote like you.
It says it is faster and we should not "use" it, in the sense we should not
write
  use Readonly::XS;
but
  use Readonly;
instead.

To me it makes sense to keep it in the dependency list (until Readonly is
removed, bug 16588).

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


More information about the Koha-bugs mailing list