套件:libtest-refcount-perl(0.10-4)
libtest-refcount-perl 的相關連結
Debian 的資源:
下載原始碼套件 libtest-refcount-perl:
- [libtest-refcount-perl_0.10-4.dsc]
- [libtest-refcount-perl_0.10.orig.tar.gz]
- [libtest-refcount-perl_0.10-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl module to assert reference counts
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.
其他與 libtest-refcount-perl 有關的套件
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: libdevel-mat-dumper-perl
- module to write a heap dump file for later analysis