It wraps and automates DCONWAY's Hook::LexWrap, very handy.
If this doesn't work - any other suggestions for finding a subtle bug in a complex twisty 'optimised' framework like tangram ?
oh dear - looks like another problem with debian - RCLAMP's Pod::Coverage breaks.. bah - hope I can get this working as debugging tangram is very very painful.
Sub::WrapPackages (Score:2)
- remove the dependency on Pod::Coverage, into whose guts I delve, using a private method;
- stop it segfaulting when wrapped subs are called in void context
The latter is a bug in Hook::LexWrap but - obviously - a wrapper around that should be able to debuggerify it. I suppose it's also a bug in perl. Perl code should not be able to make perl segfault.Re:Sub::WrapPackages (Score:2)
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:Sub::WrapPackages (Score:2)
Re:Sub::WrapPackages (Score:2)
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;