File: control

package info (click to toggle)
libtest-leaktrace-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 420 kB
  • ctags: 879
  • sloc: ansic: 3,215; perl: 1,781; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 1,071 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libtest-leaktrace-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
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.