libtest-leaktrace-perl 0.15-1 source package in Ubuntu

Changelog

libtest-leaktrace-perl (0.15-1) unstable; urgency=medium

  * Team upload

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Florian Schlichting ]
  * Add debian/upstream/metadata
  * Import upstream version 0.15
  * Update copyright years
  * Declare compliance with Debian Policy 3.9.6
  * Mark package autopkgtest-able

 -- Florian Schlichting <email address hidden>  Fri, 11 Sep 2015 21:30:53 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtest-leaktrace-perl_0.15-1.dsc 2.2 KiB f30c53efc32b99da1dec30593b7a74c88c2c342e67865564dbb298a5a03bec0e
libtest-leaktrace-perl_0.15.orig.tar.gz 48.2 KiB efb8b58b6981efc6c9c4b4a3b550728f8c179f3c8d57c05724873011c08de65e
libtest-leaktrace-perl_0.15-1.debian.tar.xz 3.5 KiB 9a429a1f06624402a228be80f374435ecc2b529103d7f2ff488adfca91dd66a7

No changes file available.

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.

libtest-leaktrace-perl-dbgsym: debug symbols for package libtest-leaktrace-perl

 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.