Bug 26848: Fix Readonly dependency in cpanfile
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 28 Oct 2020 15:29:16 +0000 (16:29 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 14 Jan 2021 16:18:36 +0000 (17:18 +0100)
commitf6ef3c80d3cda7ddabd415b4377fc2b17a704747
treeef0df06a0ad79d4e0a8df17defb263c85caf0d99
parentf345f480c2b6fdaeb000d0e68bd7bf1c367e41f1
Bug 26848: Fix Readonly dependency in cpanfile

- It is a required module. If it is missing, Koha will not start
- Set the minimum version to 2.00. While not strictly required, it's the
version that states that "Deprecation of Readonly::XS as a requirement
for fast, readonly scalars is complete", it is available in Debian
oldoldstable (jessie, 8), and Readonly::XS was not even needed with Perl
> 5.8, which allows us to:
- Remove dependency on Readonly::XS

Signed-off-by: Mason James <mtj@kohaaloha.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 3af9563a4f52e050461942e4f25c7e9e4918f3d0)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
cpanfile