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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 30 19:30:17 CET 2018


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

--- Comment #1 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 71071
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=71071&action=edit
Bug 20103: Remove Readonly::XS from PerlDependencies

While having Readonly::XS is a good thing on slower systems
the CPAN page for Readonly says it isn't required to be
used directly, so we don't need to check for it.

Additionally, even reading /usr/share/perl5/Readonly.pm you
see "# Modern perl doesn't need Readonly::XS" on an if
statement checking for version 5.8! Koha requires 5.20
(see C4::Log::cronlogaction's use of caller).

TEST PLAN
---------
Can you run a fresh install?
Does the about page list Readonly::XS? It shouldn't after the patch.
Run koha qa test tools

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


More information about the Koha-bugs mailing list