1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
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 (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsymbol-global-name-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsymbol-global-name-perl.git
Homepage: https://metacpan.org/release/Symbol-Global-Name
Package: libsymbol-global-name-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
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.
|