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

Changelog

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

  * Team upload.
  * Import upstream version 0.12
  * Update year of upstream copyright

 -- Lucas Kanashiro <email address hidden>  Tue, 06 Oct 2015 11:39:24 -0300

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.12-1.dsc 2.2 KiB 819b62c056d8d06de53f2b9f608e78a86bc6ac8ec82d2670faad61ccfc352ed6
libsub-identify-perl_0.12.orig.tar.gz 51.2 KiB 83bb785a66113b4a966db0a4186fd1dd07987acdacb4502b1e1558f817dde825
libsub-identify-perl_0.12-1.debian.tar.xz 2.6 KiB 28c8c195a9823f9eea267a4f7abba9c7006821800172ae21f9d017d3214abb67

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: debug symbols for package libsub-identify-perl

 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.