Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-List-UtilsBy | Distribution: SUSE Linux Framework One |
Version: 0.12 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.3 | Build date: Mon Aug 26 11:07:51 2024 |
Group: Unspecified | Build host: h01-ch3c |
Size: 57149 | Source RPM: perl-List-UtilsBy-0.12-slfo.1.1.3.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://metacpan.org/release/List-UtilsBy | |
Summary: Higher-order list utility functions |
This module provides a number of list utility functions, all of which take an initial code block to control their behaviour. They are variations on similar core perl or 'List::Util' functions of similar names, but which use the block to control their behaviour. For example, the core Perl function 'sort' takes a list of values and returns them, sorted into order by their string value. The sort_by function sorts them according to the string value returned by the extra function, when given each value. my @names_sorted = sort @names; my @people_sorted = sort_by { $_->name } @people;
Artistic-1.0 OR GPL-1.0-or-later
* Sat Apr 30 2022 timueller+perl@suse.de - updated to 0.12 see /usr/share/doc/packages/perl-List-UtilsBy/Changes 0.12 2022-04-29 [CHANGES] * Documentation updates: + Add examples showing combining multiple functions to give further behaviours + Fixed typo "probability" (RT127988, RT136817) * Wed Feb 07 2018 coolo@suse.com - updated to 0.11 see /usr/share/doc/packages/perl-List-UtilsBy/Changes 0.11 2018-01-31 23:12:44 [CHANGES] * Added 'minmax_by' (RT124275) [BUGFIXES] * use lib '.' for 5.26+ (RT120418) * Sat Jul 18 2015 coolo@suse.com - updated to 0.10 see /usr/share/doc/packages/perl-List-UtilsBy/Changes 0.10 2015/07/16 19:22:00 [CHANGES] * Added 'extract_first_by' * Updated documentation: + Added 'since' version to all functions + Use =head2 barename for nicer indexing * Mon Apr 13 2015 coolo@suse.com - updated to 0.09 see /usr/share/doc/packages/perl-List-UtilsBy/Changes 0.09 CHANGES: * Added 'unzip_by' * Added 'nmax_by' and 'nmin_by' name aliases for 'max_by'/'min_by' 0.08 CHANGES: * Ensure that 'bundle_by' passes a short list to the body function rather than trailing undefs * Better hopefully-more efficient implementation of *sort_by. * Removed back-compat renames of sortby etc.. * Sun May 22 2011 them4z@googlemail.com - initial package 0.07 * created by cpanspec 1.78.04
/usr/lib/perl5/vendor_perl/5.38.2/List /usr/lib/perl5/vendor_perl/5.38.2/List/UtilsBy.pm /usr/share/doc/packages/perl-List-UtilsBy /usr/share/doc/packages/perl-List-UtilsBy/Changes /usr/share/doc/packages/perl-List-UtilsBy/README /usr/share/licenses/perl-List-UtilsBy /usr/share/licenses/perl-List-UtilsBy/LICENSE /usr/share/man/man3/List::UtilsBy.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 9 00:03:33 2024