in reply to Re: Changing the name of a function in the call stack
in thread Changing the name of a function in the call stack

Excellent, thanks!

(I looked at the XS source of that module - wow, that looks extremely complicated.)

  • Comment on Re^2: Changing the name of a function in the call stack

Replies are listed 'Best First'.
Re^3: Changing the name of a function in the call stack
by Perlbotics (Archbishop) on Nov 21, 2021 at 09:35 UTC

    Also have a look at Sub::Util (set_subname()) which is included with Perl since v5.21.4.

    A new module, Sub::Util, has been added, containing functions related to CODE refs, including subname (inspired by Sub::Identity) and set_subname (copied and renamed from Sub::Name). …