libsymbol-global-name-perl 0.05-3 source package in Ubuntu

Changelog

libsymbol-global-name-perl (0.05-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set Testsuite header for perl package.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 13:59:46 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsymbol-global-name-perl_0.05-3.dsc 2.2 KiB 9c31c21e7eb292470dc829c155503a817c92c70fd4ae0d8738ce1db1d2fac04f
libsymbol-global-name-perl_0.05.orig.tar.gz 21.6 KiB 0f7623e9d724760aa64040222da1d82f1188586791329261cc60dad1d60d6a92
libsymbol-global-name-perl_0.05-3.debian.tar.xz 2.1 KiB a9a83621e50703ccae024ad99568cce718f5800bc818bbcde87b51248ba81ee1

Available diffs

No changes file available.

Binary packages built by this source

libsymbol-global-name-perl: 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.