File: control

package info (click to toggle)
libvariable-disposition-perl 0.004-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: perl: 52; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,379 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
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: libvariable-disposition-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libfuture-perl (>= 0.30) <!nocheck>,
                     libtest-checkdeps-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-refcount-perl <!nocheck>,
                     perl
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libvariable-disposition-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libvariable-disposition-perl.git
Homepage: https://metacpan.org/release/Variable-Disposition

Package: libvariable-disposition-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfuture-perl (>= 0.30)
Description: module to dispose of variables
 Provides some basic helper functions for making sure variables go away when
 you want them to.
 .
 Currently provides /dispose as a default import. To avoid this:
 .
 use Variable::Disposition ();
 .
 In addition, /retain and /retain_future are available as optional imports.
 .
 use Variable::Disposition qw(dispose retain retain_future);
 .
 The :all tag can be used to import every available function: