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

Changelog

libtest-leaktrace-perl (0.14-1build2) quantal; urgency=low

  * Rebuild for new armel compiler default of ARMv5t.
 -- Colin Watson <email address hidden>   Fri, 05 Oct 2012 09:37:43 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtest-leaktrace-perl_0.14.orig.tar.gz 48.5 KiB 2a36dff34ebaf5eedbebe4f613dd76294add592252c4a6d74ef1095ac6239619
libtest-leaktrace-perl_0.14-1build2.debian.tar.gz 3.3 KiB 3e5975073112c0b54d3419f702abc3b8e3e0a4fd84fce6e5adde98212353042d
libtest-leaktrace-perl_0.14-1build2.dsc 2.2 KiB 4c15eeed2196ff3a4c802dd4d4f154c2fc2e6d2a20bd2807cd4c513b489f3942

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.