libtest-refcount-perl
Perl module to assert reference counts
Description
Test::Refcount asserts that an object's reference count is as expected. Since Perl's automatic memory management algorithm uses reference counting to keep track of which 'things' (ie, scalars, objects, etc.) are in use, problems like circular references (where a variable points to itself) can prevent Perl from properly freeing them. If the assertion fails; that is, if the actual reference count is different to what was expected, a trace of references to the object is printed, using the Devel::FindRef module. It is probably most useful as part of a comprehensive module author test suite.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://metacpan.org/release/Test-Refcount
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install libtest-refcount-perl