File: control

package info (click to toggle)
libcatalystx-leakchecker-perl 0.06-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: perl: 170; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,809 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: libcatalystx-leakchecker-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libcatalyst-perl,
                     libtask-weaken-perl,
                     libdevel-cycle-perl,
                     libmoose-perl,
                     libmoosex-types-perl,
                     libnamespace-clean-perl,
                     libnamespace-autoclean-perl,
                     libtext-simpletable-perl,
                     libpadwalker-perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatalystx-leakchecker-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatalystx-leakchecker-perl.git
Homepage: https://metacpan.org/release/CatalystX-LeakChecker

Package: libcatalystx-leakchecker-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcatalyst-perl,
         libdevel-cycle-perl,
         libmoose-perl,
         libmoosex-types-perl,
         libnamespace-autoclean-perl,
         libnamespace-clean-perl,
         libtask-weaken-perl,
         libpadwalker-perl,
         libtext-simpletable-perl
Description: module for detecting memory leaks in Catalyst applications
 CatalystX::LeakChecker is a Perl module that tries to help you find memory
 leaks in Catalsy applications by automatically checking for common causes.
 If any leaks are found (even when they occur within code references), a
 debug message is logged with useful debugging information.
 .
 This module is intended for use during development and debugging only, rather
 than in a production environment.