https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33018
--- Comment #18 from David Cook <dc...@prosentient.com.au> --- (In reply to David Cook from comment #17) > So overall... I think the IO::Socket::IP and LWP::Protocol::https changes > are good, but not the the CPAN::Meta one. That is to say, at the moment, we don't install libcpan-meta-perl in koha-testing-docker or prod. If we pushed this change, installing Koha would now install libcpan-meta-perl. (In reply to Jonathan Druart from comment #9) > I would not remove CPAN::Meta from the cpanfile: > > commit a34d086a24b1e4519f8b31331d4c42b87b8e4a83 > Bug 19735: Move Perl deps definitions into a cpanfile > > Added dependencies: > - Module::CPANfile > - CPAN::Meta (dependency of Module::CPANfile, but we need a more recent > version than the one Module::CPANfile requires) Ok let's consider versions... Our oldest supported OS is... maybe Debian 11 (Bullseye) which uses Perl 5.32 or Ubuntu 20.04 which uses Perl 5.30.0. - Currently, we're requiring 2.150010 - CPAN::Meta in 5.14.0 is 2.110440 - CPAN::Meta in 5.26.0 is 2.150010 So we should be good from Perl 5.26.0 onwards. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://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/