1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/p5-Hash-NoRef/pkg-descr
Sunpoet Po-Chuan Hsieh 63dcf8c413 - Add p5-Hash-NoRef 0.03
Hash::NoRef is a Perl module to create HASH that store values without increase
the reference count (weak references). This can be used to store objects but
without interfere in the DESTROY mechanism, since the reference in this HASH
won't count.

WWW: http://search.cpan.org/dist/Hash-NoRef/
2011-10-15 15:31:09 +00:00

7 lines
292 B
Plaintext

Hash::NoRef is a Perl module to create HASH that store values without increase
the reference count (weak references). This can be used to store objects but
without interfere in the DESTROY mechanism, since the reference in this HASH
won't count.
WWW: http://search.cpan.org/dist/Hash-NoRef/