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

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Low Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

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

View changes file

Binary packages built by this source

libtest-memory-cycle-perl: Perl module that verifies code hasn't left circular references

 Test::Memory::Cycle checks for memory leaks and circular memory
 references. It's a thin Test::More-compatible wrapper around Lincoln
 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_cycle_exists() to make
 sure that you have a cycle where you expect to have one.