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

Changelog

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

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Add missing build dependency on libmodule-install-perl.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 11:15:24 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsymbol-global-name-perl_0.05-2.dsc 2.2 KiB 53d86673c66f7f6aad8d735c3ba109e4dbd2082c35a22c04c42c3d1eae259a0f
libsymbol-global-name-perl_0.05.orig.tar.gz 21.6 KiB 0f7623e9d724760aa64040222da1d82f1188586791329261cc60dad1d60d6a92
libsymbol-global-name-perl_0.05-2.debian.tar.xz 2.0 KiB 9411869d067718f82105b2b9fbe164178d1fb087eb8586745e5da5182d2638bd

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.