pkgsrc/devel/p5-Devel-Refcount/DESCR
schmonz 2e5bded849 Initial add of devel/p5-Devel-Refcount, a Perl 5 module to obtain
the REFCNT value of a referent.

This module provides a single function which obtains the reference
count of the object being pointed to by the passed reference value.
It also provides a debugging assertion that asserts a given reference
has a count of only 1.
2015-07-30 12:51:22 +00:00

4 lines
228 B
Text

This module provides a single function which obtains the reference
count of the object being pointed to by the passed reference value.
It also provides a debugging assertion that asserts a given reference
has a count of only 1.