From: todd.e.rinaldo <tod...@gm...> - 2008-10-14 18:22:32
|
Hi, I often have a helper routine in my code that logs an event and then does stuff. In some cases, it would be helpful if the line number that is logged was one level up from where I call debug. My question: does functionality exist in l4p similar to Test::More that would allow me to log events from higher in the stack than where I called debug? Test::More method: local $Test::Builder::Level++; |