[ ソース: libdevel-cycle-perl ]
パッケージ: libdevel-cycle-perl (1.12-1)
libdevel-cycle-perl に関するリンク
Debian の資源:
libdevel-cycle-perl ソースパッケージをダウンロード:
- [libdevel-cycle-perl_1.12-1.dsc]
- [libdevel-cycle-perl_1.12.orig.tar.gz]
- [libdevel-cycle-perl_1.12-1.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 作の実用的な抽出とレポート用の言語
-
- sug: libpadwalker-perl
- module to inspect and manipulate lexical variables