File: control

package info (click to toggle)
libsymbol-get-perl 0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 116 kB
  • sloc: perl: 83; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,130 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
Source: libsymbol-get-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcall-context-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsymbol-get-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsymbol-get-perl.git
Homepage: https://metacpan.org/release/Symbol-Get
Rules-Requires-Root: no

Package: libsymbol-get-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcall-context-perl
Multi-Arch: foreign
Description: module for reading Perl’s symbol table programmatically
 Symbol::Get facilitates referencing a variable programmatically by providing
 an easy, syntactic-sugar-y, read-only interface to the symbol table.