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

Changelog

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

  * Team upload.
  * Import upstream version 0.10.
  * Fix email address in debian/copyright.
  * Mark package as autopkgtest-able.
  * Email change: Rene Mayorga -> <email address hidden>

 -- gregor herrmann <email address hidden>  Sun, 12 Jul 2015 18:00:29 +0200

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

Downloads

File Size SHA-256 Checksum
libsub-identify-perl_0.10-1.dsc 2.2 KiB 892d2abfbe89b7b2a88f77690be1cd5c639d0e47eb7cae9b56c7324e371b0c99
libsub-identify-perl_0.10.orig.tar.gz 50.9 KiB 55586b9cb3c0e63b6c6dede5a8c00af48de6643592ea100fe1e6146e1e93ee20
libsub-identify-perl_0.10-1.debian.tar.xz 2.5 KiB bcfc2022486122f1240b5914429797819f42857335ef7244b9750d57285ee037

Available diffs

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: No summary available for libsub-identify-perl-dbgsym in ubuntu wily.

No description available for libsub-identify-perl-dbgsym in ubuntu wily.