https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26744 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #63 from David Cook <dcook@prosentient.com.au> --- (In reply to David Gustafsson from comment #46)
(In reply to Lucas Gass (lukeg) from comment #43)
Is List::Util's zip6 really necessary for comparison?
It could of course be done in other ways, but I don't see why using zip6 would be a problem as it makes the code compact and concise.
It looks like zip6 became available in List::MoreUtils 0.423 (from August 2017). Older versions of Debian/Ubuntu used version 0.416 so they wouldn't have been able to support this change. Fortunately, all the currently supported versions of Debian/Ubuntu have version 0.430 so it's all good. That said, I'll open a follow-up report to bump up the required version of List::MoreUtils in the cpanfile. -- You are receiving this mail because: You are watching all bug changes.