Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37734312
en ru br
Репозитории ALT
S:0.14-alt1.2
5.1: 0.03-alt1.1
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-Sub-Identify

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.03-alt1.1
Время сборки: 6 октября 2008, 23:44 ( 812.6 недели назад )
Размер архива: 6408 b

Домашняя страница:   http://search.cpan.org/dist/Sub-Identify/

Лицензия: Artistic
О пакете: Sub::Identify - 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.

Текущий майнтейнер: Michael Bochkaryov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • perl-Sub-Identify
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin