libsub-identify-perl 0.14-3build3 source package in Ubuntu

Changelog

libsub-identify-perl (0.14-3build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 07:59:41 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main perl
Noble release main perl

Downloads

File Size SHA-256 Checksum
libsub-identify-perl_0.14.orig.tar.gz 51.9 KiB 068d272086514dd1e842b6a40b1bedbafee63900e5b08890ef6700039defad6f
libsub-identify-perl_0.14-3build3.debian.tar.xz 3.2 KiB a87ffc5924a597e9b04fe409ba6a42430caef7e59438c847efd48749a062ce56
libsub-identify-perl_0.14-3build3.dsc 2.2 KiB a563ec450c59e8756ccf367ddd2bcad3efe61183838c8f69a1dc693b5d3f0c47

Available diffs

View changes file

Binary packages built by this source

libsub-identify-perl: module to retrieve names of code references

 Sub::Identify allows you to retrieve the real name of code references. For
 this, it uses perl's introspection mechanism, provided by the B module.
 .
 It provides four functions : sub_name returns the name of the
 subroutine (or __ANON__ if it's an anonymous code reference),
 stash_name returns its package, and sub_fullname returns the
 concatenation of the two.
 .
 The fourth function, get_code_info, returns a list of two elements,
 the package and the subroutine name (in case of you want both and are worried
 by the speed.)
 .
 In case of subroutine aliasing, those functions always return the
 original name.

libsub-identify-perl-dbgsym: debug symbols for libsub-identify-perl