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

> This is inferior to Sub::Name for two reasons:

well, I was aware of the side effects, but you said in the OP

> create function wrappers,

so I supposed you are going to automate the wrappers, hence all anon subs would be treated by your attribute handlers and you could de-localize the name before calling the wrapped sub.

Anyway, I wouldn't be surprised if the mechanics of Sub::Name were possible without XS and just using methods from the B backend module

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

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