The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08

  • NOTE: semantics in this release change slighty when this used in a debugger, e.g. $^P != 0. Previously, we might not give a location in the source code, but instead a location in the debugger guts.
  • Semantics change noted above. We think this is what is normally desired, for an op-location even if it is incompatible.
  • Add optional level parameter that functions like builtin caller()
  • Change repository location in META.yml
  • Fully document callsite() and context() functions.
  • Don't use DynaLoader but use XSLoader instead.

Modules

Get caller return OP address and Perl interpreter context