import p5-Tie-Hash-MultiValue 1.02

Tie::Hash::MultiValue allows you to have hashes which store their values
in anonymous arrays, appending any new value to the already-existing
ones.
This commit is contained in:
jasper 2010-09-09 21:04:56 +00:00
parent e185fa6a53
commit a2f1556ecf
4 changed files with 33 additions and 0 deletions
devel/p5-Tie-Hash-MultiValue

@ -0,0 +1,16 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/09 21:04:56 jasper Exp $
COMMENT= store multiple values per key
DISTNAME= Tie-Hash-MultiValue-1.02
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
.include <bsd.port.mk>

@ -0,0 +1,5 @@
MD5 (Tie-Hash-MultiValue-1.02.tar.gz) = bekWgBTBeky+ME5Nr2/3lA==
RMD160 (Tie-Hash-MultiValue-1.02.tar.gz) = i27Ah7ACQ97k8iqEOb9lo6pBf4Q=
SHA1 (Tie-Hash-MultiValue-1.02.tar.gz) = 1iO2Gks5WqdSEdN9Lnsk3KkP+gQ=
SHA256 (Tie-Hash-MultiValue-1.02.tar.gz) = fwWpo/lvtYHvXzfmHUnmSNeF4jGkzy0PJYkcGGbav8k=
SIZE (Tie-Hash-MultiValue-1.02.tar.gz) = 13564

@ -0,0 +1,7 @@
Tie::Hash::MultiValue allows you to have hashes which store their values
in anonymous arrays, appending any new value to the already-existing
ones.
This means that you can store as many items as you like under a single
key, and access them all at once by accessing the value stored under the
key.

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/09/09 21:04:56 jasper Exp $
${P5SITE}/Tie/
${P5SITE}/Tie/Hash/
${P5SITE}/Tie/Hash/MultiValue.pm
@man man/man3p/Tie::Hash::MultiValue.3p