File: control

package info (click to toggle)
libtest-leaktrace-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 420 kB
  • ctags: 880
  • sloc: ansic: 3,215; perl: 1,803; makefile: 7
file content (22 lines) | stat: -rw-r--r-- 1,132 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
Source: libtest-leaktrace-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120630~), perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Oswald <x.oswald@free.fr>, Jonathan Yu <jawnsy@cpan.org>,
 Chris Butler <chrisb@debian.org>, Ansgar Burchardt <ansgar@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Test-LeakTrace
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-leaktrace-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-leaktrace-perl.git
Testsuite: autopkgtest-pkg-perl

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.