[ 源代码: 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
- 拉里 沃尔的实用报表提取语言(Perl)
-
- sug: libpadwalker-perl
- module to inspect and manipulate lexical variables