Source: libtest-leaktrace-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9.20120630~), perl Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-leaktrace-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-leaktrace-perl.git Homepage: https://metacpan.org/release/Test-LeakTrace Package: libtest-leaktrace-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: 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.