Subject: | Test failure, probably related to new Test::Builder |
There are several test failures for Class-Declare in the form
http://www.nntp.perl.org/group/perl.cpan.testers/2009/07/msg4834749.html
with the error message
Can't locate overload.pm in @INC (@INC contains:) at
/home/perl589/perl/lib/5.8.9/Test/Builder.pm line 460.
I think this could be related to the fact that you explicitely sets @INC
to an empty list in t/21dump.t, but Test::Builder at some points relies
on autoloading overload.pm, and fails.
Regards,
Slaven