Source: libcatalystx-leakchecker-perl Maintainer: Debian Perl Group Uploaders: Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) 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.5 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.