File: control

package info (click to toggle)
libsymbol-global-name-perl 0.05-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: perl: 1,437; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,098 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
Source: libsymbol-global-name-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Bastian Blank <bastian.blank@credativ.de>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-install-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsymbol-global-name-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsymbol-global-name-perl.git
Homepage: https://metacpan.org/release/Symbol-Global-Name
Testsuite: autopkgtest-pkg-perl

Package: libsymbol-global-name-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Multi-Arch: foreign
Description: module to find name and type of a global variable
 Symbol::Global::Name lookups the symbol table to find an element by
 reference.
 .
 Its find() method takes a reference and optionally a package name. It returns
 the name of the referenced variable as long as it's in the package or
 sub-package and it's a global variable.