- update to 1.35:
* Added List::Util::product()
* Ensure that List::Util::{any,all,none,notall} return PL_sv_{yes,no}
* Implement reduce() and first() even in the absence of MULTICALL
* Avoid C99/C++-style comments in XS code
* Fix dualvar tests for perl 5.6; fix skip() test counts in dualvar.t
* Neater documentation examples of other functions that can be built using
reduce
* Added any, all, none, notall list reduction functions
(inspired by List::MoreUtils)
OBS-URL: https://build.opensuse.org/request/show/210787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Scalar-List-Utils?expand=0&rev=2
* Added List::Util::product()
* Ensure that List::Util::{any,all,none,notall} return PL_sv_{yes,no}
* Implement reduce() and first() even in the absence of MULTICALL
* Avoid C99/C++-style comments in XS code
* Fix dualvar tests for perl 5.6; fix skip() test counts in dualvar.t
* Neater documentation examples of other functions that can be built using
reduce
* Added any, all, none, notall list reduction functions
(inspired by List::MoreUtils)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=8
+ Bugfix pairmap to return list length in scalar context
+ Added "Odd number of elements" warnings to all pair* functions
+ Added pairfirst
+ Added MULTICALL implementations to pairmap/pairgrep/pairfirst
+ Fix declaration-after-code for C99-challenged compilers
+ Documentation updates to List::Util
+ Bugfix to pairmap/pairgrep when stack moves beneath them
during operation
+ Added pairgrep, pairmap, pairs (inspired by List::Pairwise)
+ Added pairkeys and pairvalues
+ Fix multicall refcount bug RT#80646
+ Merge patch from JDHEDDEN - Add Scalar::Util::isdual() RT#76150
+ Fix a hash order dependency bug t/tainted.t
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=5
+ Use PERL_NO_GET_CONTEXT for efficiency (see perlguts)
+ avoid non-portable warnings
+ Fix PP::reftype in edge cases
+ RT#51484 Preserve utf8 flag of string passed to dualvar()
+ RT#51454 Check first argument to first/reduce is a code
reference
+ RT#50528 [PATCH] p_tainted.t fix for VMS [Craig A. Berry]
+ RT#48550 fix pure perl looks_like_number not to match
non-ascii digits
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=2