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

Changelog

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

  [ gregor herrmann ]
  * Remove Rene Mayorga from Uploaders. Thanks for your work!

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ gregor herrmann ]
  * Import upstream version 0.14.
  * Update Contact field in debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.1.1.
  * Add /me to Uploaders.

 -- gregor herrmann <email address hidden>  Wed, 15 Nov 2017 19:40:22 +0100

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
Bionic release main perl

Downloads

File Size SHA-256 Checksum
libsub-identify-perl_0.14-1.dsc 2.2 KiB 30e8b459dee658c108f4b99734060067f6a0503c932f0cd774a1ebb301f02b70
libsub-identify-perl_0.14.orig.tar.gz 51.9 KiB 068d272086514dd1e842b6a40b1bedbafee63900e5b08890ef6700039defad6f
libsub-identify-perl_0.14-1.debian.tar.xz 2.8 KiB 25b1078bde49142652f9b67591eb1415f3287e52567e1f3ca5e92a53f56d1567

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