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

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 20:13:36 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main perl
Lunar release main perl

Downloads

File Size SHA-256 Checksum
libsub-identify-perl_0.14-3.dsc 2.1 KiB 42b144ed1be804cb61c0c29cb282f03d2ea5c0c442ee261c11486861ef526dfc
libsub-identify-perl_0.14.orig.tar.gz 51.9 KiB 068d272086514dd1e842b6a40b1bedbafee63900e5b08890ef6700039defad6f
libsub-identify-perl_0.14-3.debian.tar.xz 3.1 KiB 03b108d0c1894b1bd0ec16e7312b5d1b5a2dd6687071e9a8a6fd8a678dd63226

No changes file available.

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