Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37552902
en ru br
Репозитории ALT

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

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

Текущая версия: 1.0.1-alt4
Время сборки: 12 июля 2021, 18:19 ( 145.7 недели назад )
Размер архива: 68.14 Kb

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

Лицензия: perl
О пакете: Get caller return OP address and Perl interpreter context
Описание:

The *callsite()* function returns the the OP address of the caller, a.number, one level up from where it was called. It's useful for
functions that need to uniquely know where they were called, such as
*Every::every()*; see the Every manpage. Or it can be used to pinpoint a location with finer granularity than a line number. In conjunction with
an OP tree disassembly you can know exactly where the caller is
located in the Perl source.

The *context()* function returns the interpreter context as a number.
This is a fairly unique number together with the call site.

Текущий майнтейнер: Igor Vlasenko

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

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

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