in reply to Re^3: How to get function's name inside of CODE attribute (monkey see)
in thread How to get function's name inside of CODE attribute

Actually, much of the code is included in Devel::Init. After the __END__ line is even the code I decided to leave out of Devel::Init that tries to provide compatibility with the first entrant, Attribute::Handlers.

No, Devel::Init is not a tool for enabling developers to easily define their own attributes. But the code in Devel::Init only requires small additions and minor reworking for it to become that.

- tye        

  • Comment on Re^4: How to get function's name inside of CODE attribute (monkey see)