https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064
--- Comment #32 from David Cook <[email protected]> --- Worth noting that SQL::Translator 1.62 is available from Debian 11 and Ubuntu 20.04. While we've dropped Ubuntu 18.04 from https://wiki.koha-community.org/wiki/System_requirements_and_recommendations we haven't dropped Debian 10. While Debian 10 has passed it's normal EOL, it appears to have EOL LTS to 2024-06-30. This patch was tested against SQL::Translator 1.62, so that's what I've put into the cpanfile patch. -- We could either lower the cpanfile requirement to 0.11024 (the version in Debian 10 and Ubuntu 18.04) and test, or we could package SQL::Translator 1.62 for Debian 10 Buster. While the version numbers are very different, the changes don't look massive: https://metacpan.org/dist/SQL-Translator/changes -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
