NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
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.Reply to This
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;