Bug 39635 - Update List::MoreUtils version in cpanfile
Summary: Update List::MoreUtils version in cpanfile
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (command-line installer) (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: David Cook
QA Contact: Marcel de Rooy
URL:
Keywords:
Depends on: 26744
Blocks:
  Show dependency treegraph
 
Reported: 2025-04-14 23:49 UTC by David Cook
Modified: 2025-04-22 06:50 UTC (History)
2 users (show)

See Also:
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:


Attachments
Bug 39635: Update required version for List::MoreUtils in cpanfile (934 bytes, patch)
2025-04-14 23:52 UTC, David Cook
Details | Diff | Splinter Review
Bug 39635: Update required version for List::MoreUtils in cpanfile (999 bytes, patch)
2025-04-16 23:21 UTC, Brendan Gallagher
Details | Diff | Splinter Review
Bug 39635: Update required version for List::MoreUtils in cpanfile (1.07 KB, patch)
2025-04-18 06:23 UTC, Marcel de Rooy
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!