Author: zbyniu Date: Fri Jan 13 12:45:32 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.08
---- Files affected: packages/perl-List-UtilsBy: perl-List-UtilsBy.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/perl-List-UtilsBy/perl-List-UtilsBy.spec diff -u packages/perl-List-UtilsBy/perl-List-UtilsBy.spec:1.1 packages/perl-List-UtilsBy/perl-List-UtilsBy.spec:1.2 --- packages/perl-List-UtilsBy/perl-List-UtilsBy.spec:1.1 Wed May 11 04:48:46 2011 +++ packages/perl-List-UtilsBy/perl-List-UtilsBy.spec Fri Jan 13 13:45:27 2012 @@ -9,13 +9,13 @@ Summary: List::UtilsBy - higher-order list utility functions #Summary(pl.UTF-8): Name: perl-List-UtilsBy -Version: 0.07 +Version: 0.08 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/List/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: 2c39a8a2021bdf63ee4a8d7e0b0829a4 +# Source0-md5: df0226ccd6f8ebf8b5965e408dca8662 # generic URL, check or change before uncommenting #URL: http://search.cpan.org/dist/List-UtilsBy/ BuildRequires: perl-Module-Build @@ -27,20 +27,19 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -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. +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; - - # %description -l pl.UTF-8 # TODO @@ -75,6 +74,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2012/01/13 12:45:27 zbyniu +- up to 0.08 + Revision 1.1 2011/05/11 02:48:46 aredridel - added - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-List-UtilsBy/perl-List-UtilsBy.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
