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:
parent
e185fa6a53
commit
a2f1556ecf
16
devel/p5-Tie-Hash-MultiValue/Makefile
Normal file
16
devel/p5-Tie-Hash-MultiValue/Makefile
Normal file
@ -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>
|
5
devel/p5-Tie-Hash-MultiValue/distinfo
Normal file
5
devel/p5-Tie-Hash-MultiValue/distinfo
Normal file
@ -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
|
7
devel/p5-Tie-Hash-MultiValue/pkg/DESCR
Normal file
7
devel/p5-Tie-Hash-MultiValue/pkg/DESCR
Normal file
@ -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.
|
5
devel/p5-Tie-Hash-MultiValue/pkg/PLIST
Normal file
5
devel/p5-Tie-Hash-MultiValue/pkg/PLIST
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user