libtest-memory-cycle-perl 1.06-1 source package in Ubuntu

Changelog

libtest-memory-cycle-perl (1.06-1) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ Lucas Kanashiro ]
  * Add debian/upstream/metadata
  * Import upstream version 1.06
  * Fix upstream contact in d/copyright
  * Update upstream copyright
  * Update Debian packaging copyright
  * Wrap and sort dependencies

  [ gregor herrmann ]
  * Drop build dependency on libcgi-pm-perl. Not used anymore.
  * debian/copyright: update upstream license.

 -- Lucas Kanashiro <email address hidden>  Tue, 02 Feb 2016 00:06:54 -0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl
Focal release universe perl
Bionic release universe perl
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-memory-cycle-perl_1.06-1.dsc 2.3 KiB 85a9fbcbae771a7dda46336386496cd5a4d31a7959d7ed7dfa165f2c6fd3a011
libtest-memory-cycle-perl_1.06.orig.tar.gz 8.7 KiB 9d53ddfdc964cd8454cb0da4c695b6a3ae47b45839291c34cb9d8d1cfaab3202
libtest-memory-cycle-perl_1.06-1.debian.tar.xz 5.3 KiB 3f068a75d4ede8e37641659d2cecd82e1a23de0c3961f38fc228a517b3c1232f

Available diffs

No changes file available.

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.