Results 80 comments of Paul Johnson

Yes, something along these lines is important. Thanks for noting it.

Thanks very much for this. I think it is a different problem to the one mentioned on perl5-porters, but I also think it is a core perl problem. It appears...

Thanks for the test case! Reopening...

Oh, interesting. And yes, I suspect you are correct. Are you able to do a plain Deparse on the code? A simple solution might be to add a B::Deparse::pp_catch sub....

As discussed on IRC, there is no way to do this currently. But it would be a nice feature. I wonder whether marking the first statement in a block as...

Ah, I did mention that your experience with the code might be variable and I think you've managed to pick perhaps the most opaque subroutine there is ;) This sub...

Agreed. Something to mirror the possibilities for Perl code. I will see what can be done. Thanks!

Thanks for doing so much to track this down! The PL_savebegin being set is to be able to get coverage of BEGIN blocks. But yes, this is going to affect...

The opfreehook branch is work in this direction, but it's not there yet.