Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37551053
en ru br
ALT Linux repos
S:0.14-alt1.2
5.0: 0.03-alt1.1

Group :: Development/Perl
RPM: perl-Sub-Identify

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.03-alt1.1
Build date: 6 october 2008, 23:44 ( 811.6 weeks ago )
Size: 6408 b

Home page:   http://search.cpan.org/dist/Sub-Identify/

License: Artistic
Summary: Sub::Identify - retrieve names of code references
Description:

"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.

Current maintainer: Michael Bochkaryov

List of contributors

List of rpms provided by this srpm:

  • perl-Sub-Identify
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin