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: openSUSE Leap 15.2 |
Version: 0.10 | Vendor: openSUSE |
Release: lp152.3.2 | Build date: Fri Sep 20 19:12:51 2019 |
Group: Development/Libraries/Perl | Build host: lamb60 |
Size: 52878 | Source RPM: perl-List-UtilsBy-0.10-lp152.3.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://search.cpan.org/dist/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+
* 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.26.1/List /usr/lib/perl5/vendor_perl/5.26.1/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/LICENSE /usr/share/doc/packages/perl-List-UtilsBy/README /usr/share/man/man3/List::UtilsBy.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:27:19 2024