libtest-leaktrace-perl 0.14-1build1 source package in Ubuntu
Changelog
libtest-leaktrace-perl (0.14-1build1) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson <email address hidden> Tue, 15 Nov 2011 20:16:45 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Precise
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | 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-1build1.debian.tar.gz | 3.2 KiB | e22f0a96895d0df3fb96c6114b5d30a3b4d47f72994e6545411f6ef6d04fcf64 |
libtest-leaktrace-perl_0.14-1build1.dsc | 2.2 KiB | cfe0af9407eca1df53c27d05142b2199cd4596cf0f5caf2a8a14e1a4a943fb7c |
Available diffs
- diff from 0.14-1 to 0.14-1build1 (336 bytes)
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.