Bug 39635

Summary: Update List::MoreUtils version in cpanfile
Product: Koha Reporter: David Cook <dcook>
Component: Installation and upgrade (command-line installer)Assignee: David Cook <dcook>
Status: Pushed to main --- QA Contact: Marcel de Rooy <m.de.rooy>
Severity: minor    
Priority: P5 - low CC: m.de.rooy, tomascohen
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
25.05.00
Circulation function:
Bug Depends on: 26744    
Bug Blocks:    
Attachments: Bug 39635: Update required version for List::MoreUtils in cpanfile
Bug 39635: Update required version for List::MoreUtils in cpanfile
Bug 39635: Update required version for List::MoreUtils in cpanfile

Description David Cook 2025-04-14 23:49:56 UTC
The currently required version of "0.21" for List::MoreUtils in the cpanfile is woefully out of date.

As noted on bug 26744, we now require at least version 0.423 since we're now using the "zip6" function.

While Debian/Ubuntu packages already carry suitable versions, it's good to keep track of this for people who install from CPAN.
Comment 1 David Cook 2025-04-14 23:52:16 UTC
Created attachment 180947 [details] [review]
Bug 39635: Update required version for List::MoreUtils in cpanfile

This change updates the required version for List::MoreUtils
following the inclusion of "zip6" function introduced in
List::MoreUtils version 0.423 in BZ 26744
Comment 2 Brendan Gallagher 2025-04-16 23:21:51 UTC
Created attachment 181045 [details] [review]
Bug 39635: Update required version for List::MoreUtils in cpanfile

This change updates the required version for List::MoreUtils
following the inclusion of "zip6" function introduced in
List::MoreUtils version 0.423

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Comment 3 Marcel de Rooy 2025-04-18 06:23:41 UTC
Created attachment 181145 [details] [review]
Bug 39635: Update required version for List::MoreUtils in cpanfile

This change updates the required version for List::MoreUtils
following the inclusion of "zip6" function introduced in
List::MoreUtils version 0.423

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 4 Katrin Fischer 2025-04-22 06:50:57 UTC
Pushed for 25.05!

Well done everyone, thank you!