in reply to RFC: Sub::Prepend - Prepend code to named subroutines

Have I missed any existing module that renders Sub::Prepend unnecessary?

I'm thinking of Hook::LexWrap.

Update: ah, I didn't read the fine documentation apparently...

• another intruder with the mooring in the heart of the Perl

  • Comment on Re: RFC: Sub::Prepend - Prepend code to named subroutines

Replies are listed 'Best First'.
Re^2: RFC: Sub::Prepend - Prepend code to named subroutines
by lodin (Hermit) on Jun 05, 2008 at 10:43 UTC

    Hook::LexWrap is one of the modules I mention under "Other modules" and, for my purposes, unnecessarily overloads caller that made me waste time on unnecessary debugging. That's when I decided that the dangers of that hackery aren't just hypothetical.

    lodin