On Fri Mar 17 09:51:49 2006, BARBIE wrote:
Show quoted text> This bug is a little ambiguous. Just to be clear, CPANPLUS does
> recognise there is a missing prerequisite (from
>
http://www.nntp.perl.org/group/perl.cpan.testers/297161) :
>
> [MSG] [Sun Mar 12 07:37:59 2006] Warning: prerequisite Exception::Class
> 1.22 not found.
>
> It just fails to attempt to install as a prerequisite for testing
> purposes. I'm not sure why it fails on these occasions and works fine
> other times, as it's very difficult to reproduce.
Actually, it seems to be 'something odd' with the testing code in both cases...
if you look at the error of not being able to load 'Class::Data::Inheritable', you'll
see that Exception::Class is in their @INC in both cases... E::C also defines C::D::I
as a prereq... so my gut feeling says something went wrong when they build/tested
E::C and no cache got flushed.. otoh, it's rather odd it would happen to 2 different
people in the same way...
I've tried reproducing this, but i'm afraid i failed doing so... i'm stumped :(