libtest-leaktrace-perl 0.14-1build3 source package in Ubuntu

Changelog

libtest-leaktrace-perl (0.14-1build3) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 10:56:34 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Downloads

File Size SHA-256 Checksum
libtest-leaktrace-perl_0.14.orig.tar.gz 48.5 KiB 2a36dff34ebaf5eedbebe4f613dd76294add592252c4a6d74ef1095ac6239619
libtest-leaktrace-perl_0.14-1build3.debian.tar.gz 3.3 KiB 5295ae5465e39bd04a2ab96592a26aae46d899d061d29a2d37f3da61bad97245
libtest-leaktrace-perl_0.14-1build3.dsc 2.2 KiB fd847a2404bf2517066527f3ffaed89f20c9ae83c6028b8aef55ef768903a35f

Available diffs

View changes file

Binary packages built by this source

libtest-leaktrace-perl: Perl test module for tracing memory leaks

 Test::LeakTrace provides several functions that detect and trace memory leaks.
 This module scans arenas, the memory allocation system, so it can detect any
 leaked scalar values (SVs) in given blocks. Leaked SVs are those which are not
 released after the end of the scope they have been created, including internal
 caches and global variables.