mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
292 B
Text
6 lines
292 B
Text
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: https://metacpan.org/release/Hash-NoRef
|