File: control

package info (click to toggle)
libdevel-globaldestruction-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 132 kB
  • ctags: 4
  • sloc: perl: 135; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,320 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
Source: libdevel-globaldestruction-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           Dominic Hargreaves <dom@earth.li>,
           Alessandro Ghedini <ghedo@debian.org>,
           Angel Abad <angel@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312)
Build-Depends-Indep: libsub-exporter-progressive-perl,
                     perl (>= 5.14.0)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-globaldestruction-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdevel-globaldestruction-perl.git
Homepage: https://metacpan.org/release/Devel-GlobalDestruction

Package: libdevel-globaldestruction-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libsub-exporter-progressive-perl,
         perl (>= 5.14.0)
Description: module to expose the flag that marks global destruction
 Devel::GlobalDestruction is a Perl module that exposes the PL_dirty flag
 to Perl as a subroutine named in_global_destruction. It is useful when
 writing destructors, so that only non-process local resources are freed
 while in global destruction.