Bug 26848: Fix Readonly dependency in cpanfile
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 28 Oct 2020 15:29:16 +0000 (16:29 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 12 Jan 2021 10:17:35 +0000 (11:17 +0100)
commit3af9563a4f52e050461942e4f25c7e9e4918f3d0
tree1eb30f9fc810aff54eaa2ca693f92093f82a39f4
parentd828feafbd5f3b788d76a1a79bc4c0522bdb600e
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>
cpanfile