| 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 Enterprise 15 |
| Version: 0.10 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 1.22 | Build date: Fri May 25 20:20:01 2018 |
| Group: Development/Libraries/Perl | Build host: sheep64 |
| Size: 52878 | Source RPM: perl-List-UtilsBy-0.10-1.22.src.rpm |
| Packager: https://www.suse.com/ | |
| 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, Fri Jul 24 20:27:08 2026