libtest-memory-cycle-perl 1.06-ok1 source package in openKylin
Changelog
libtest-memory-cycle-perl (1.06-ok1) yangtze; urgency=low * Build for openkylin. -- denghao <email address hidden> Mon, 05 Sep 2022 05:32:23 +0300
libtest-memory-cycle-perl (1.06-ok1) yangtze; urgency=low * Build for openkylin. -- denghao <email address hidden> Mon, 05 Sep 2022 05:32:23 +0300
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libtest-memory-cycle-perl_1.06.orig.tar.gz | 8.7 KiB | 9d53ddfdc964cd8454cb0da4c695b6a3ae47b45839291c34cb9d8d1cfaab3202 |
libtest-memory-cycle-perl_1.06-ok1.debian.tar.xz | 4.6 KiB | 17271701e8590ca11635dc4a387170c12d30d3a90ee24ffff5191c45b9558385 |
libtest-memory-cycle-perl_1.06-ok1.dsc | 2.0 KiB | fbc946d0661ca97d7a51134bfbf38027bf03cc1caa051cc09014cea9d0775d10 |
Test::
references. It's a thin Test::More-
Stein's Devel::Cycle module.
.
Perl's garbage collection has one big problem: Circular references
can't get cleaned up. A circular reference can be as simple as two
reference that refer to each other. Test::Memory::Cycle is built on
top of Devel::Cycle to give you an easy way to check for these
circular references. You can also use memory_
sure that you have a cycle where you expect to have one.