ports/devel/p5-Hash-NoRef/pkg/DESCR

5 lines
220 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.