import of List-UtilsBy-0.07 a module that contains

higher-order list utility functions
This commit is contained in:
robert 2011-06-14 11:14:19 +00:00
parent b170eee541
commit 877eafb526
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/14 11:14:19 robert Exp $
COMMENT= higher-order list utility functions
MODULES= cpan
DISTNAME= List-UtilsBy-0.07
CATEGORIES= textproc
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (List-UtilsBy-0.07.tar.gz) = LDmoogIb32PuSo1+CwgppA==
RMD160 (List-UtilsBy-0.07.tar.gz) = 3qTCVwTazGF7uPJj0kbPP9tDILE=
SHA1 (List-UtilsBy-0.07.tar.gz) = cMGLKDDI+zWwbPLFAMkbvo6bZYc=
SHA256 (List-UtilsBy-0.07.tar.gz) = rfwhy89kb399Avd8NEJFCY2VsUCqFDAcnkf8T92BlKs=
SIZE (List-UtilsBy-0.07.tar.gz) = 20850

View File

@ -0,0 +1,8 @@
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.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/14 11:14:19 robert Exp $
${P5SITE}/List/
${P5SITE}/List/UtilsBy.pm
@man man/man3p/List::UtilsBy.3p