[ 原始碼: libdevel-cycle-perl ]
套件:libdevel-cycle-perl(1.12-2)
libdevel-cycle-perl 的相關連結
Debian 的資源:
下載原始碼套件 libdevel-cycle-perl:
- [libdevel-cycle-perl_1.12-2.dsc]
- [libdevel-cycle-perl_1.12.orig.tar.gz]
- [libdevel-cycle-perl_1.12-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl module to detect memory cycles in Perl objects
Devel::Cycle is a developer's tool for finding memory cycles in Perl objects. Since Perl provides its automatic memory management using reference counting, cyclical/circular references will result in memory that will never be freed. Optionally, PadWalker (libpadwalker-perl) module enables reporting of cycles in code closures as well.
其他與 libdevel-cycle-perl 有關的套件
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- sug: libpadwalker-perl
- module to inspect and manipulate lexical variables