Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37596543
en ru br
ALT Linux repos
S:1.0.1-alt4

Group :: Development/Perl
RPM: perl-Devel-Callsite

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.0.1-alt4
Build date: 12 july 2021, 18:19 ( 146.0 weeks ago )
Size: 68.14 Kb

Home page:   http://search.cpan.org/dist/Devel-Callsite/

License: perl
Summary: Get caller return OP address and Perl interpreter context
Description:

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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

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