libtest-memory-cycle-perl 1.06-ok2 source package in openKylin

Changelog

libtest-memory-cycle-perl (1.06-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Thu, 15 Sep 2022 15:12:54 +0300

Upload details

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

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

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-ok2.debian.tar.xz 4.6 KiB 30659f030f00e22225bbfe768de9e5ccfb27cab1fc9ecab21c9f8e153c7bb9b0
libtest-memory-cycle-perl_1.06-ok2.dsc 1.9 KiB fe49dad3123053717b0f1d5293bcbb4b7875f82bd5b33a41a693a42f53657ef8

Available diffs

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.