On Wed, Aug 29, 2001 at 10:46:15AM +0100, Richard Clamp wrote:
> Oddly Skud's script now segfaults under 5.6.1 while requiring the
> second module it checks. (on my box this is Archive::Tar, after
> Algorithm::MarkovChain) It didn't before so it's either something that
> Pod::Find does or I subtly broke something else. Will pore over the
> diffs when I get a chance.
Fixed up[0] by act of rearrangement, now we don't try and compile
anything that Pod::Find didn't look out pod for, this avoids the
segfault[1].
I don't know if this is the right thing to do. On one hand we know
the score will be zero, but on the other we can't use C<naked> to name
names about what's been left out in the cold.
[0] Dev snapshot in the regular place[2], I aim to get the pluggable
private and the UNIVERSAL::exports stuff in before I do a 'proper'
0.05 release together tonight.
[1] It's probably worth whittling down a testcase for that anyway,
perl segfaulting makes me nervous.
[2] http://unixbeard.net/~richardc/lab/Pod-Coverage/Pod-Coverage-0.05_02.tar.gz
--
Richard Clamp <[EMAIL PROTECTED]>