File: control

package info (click to toggle)
libsub-recursive-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 60; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 994 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: libsub-recursive-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsub-recursive-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsub-recursive-perl.git
Homepage: https://metacpan.org/release/Sub-Recursive

Package: libsub-recursive-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module for memory-leak free recursive anonymous subroutines
 Recursive closures suffer from a severe memory leak. Sub::Recursive makes the
 problem go away cleanly and at the same time allows you to write recursive
 subroutines as expression and can make them truly anonymous. There's no
 significant speed difference between using &recursive and writing the simpler
 leaking solution.