import p5-Hash-NoRef

This HASH will store it's values without increasing the reference count
(weak references).  It can be used to store objects but without
interfering in the DESTROY mechanism, since the reference in this HASH
won't count.

ok merdely@
This commit is contained in:
okan 2007-12-30 22:33:47 +00:00
parent be8e3aa5ac
commit 9ea7c443e0
5 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/12/30 22:33:47 okan Exp $
COMMENT= HASH that stores values without a reference count increase
SHARED_ONLY= Yes
DISTNAME= Hash-NoRef-0.03
CATEGORIES= devel
MODULES= cpan
CPAN_AUTHOR= GMPASSOS
MAINTAINER= Okan Demirmen <okan@openbsd.org>
# 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 (Hash-NoRef-0.03.tar.gz) = 2LXp58dGx4lbmVcg4uNp8w==
RMD160 (Hash-NoRef-0.03.tar.gz) = VPk1h47SXDXyksca5V3vfoqm1L4=
SHA1 (Hash-NoRef-0.03.tar.gz) = Goi5IHJnkDgfSQTthsJH4OFc6Ow=
SHA256 (Hash-NoRef-0.03.tar.gz) = faE1KRw1KGuv3D4ewqLZT9CtcjLP1xWBhPp5PtRkF6Q=
SIZE (Hash-NoRef-0.03.tar.gz) = 3312

View File

@ -0,0 +1,4 @@
This HASH will store it's values without increasing the reference count
(weak references). It can be used to store objects but without
interfering in the DESTROY mechanism, since the reference in this HASH
won't count.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/12/30 22:33:47 okan Exp $
${P5ARCH}/auto/Hash/NoRef/NoRef.so

View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/12/30 22:33:47 okan Exp $
%%SHARED%%
${P5ARCH}/
${P5ARCH}/Hash/
${P5ARCH}/Hash/NoRef.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Hash/
${P5ARCH}/auto/Hash/NoRef/
${P5ARCH}/auto/Hash/NoRef/NoRef.bs
@man man/man3p/Hash::NoRef.3p