Hi,
On 28 Jan 2005, at 19:58, [EMAIL PROTECTED] wrote: [snip]
Can't call method "isa" without a package or object reference at C:\.cpan\5.8.5\build\Test-Class-0.08\blib\lib/Test/Class.pm line 252.
# Looks like you planned 5 tests but only ran 3.
# Looks like your test died just after 3.
Can't call method "isa" without a package or object reference at C:\.cpan\5.8.5\build\Test-Class-0.08\blib\lib/Test/Class.pm line 252.
Failed 2/35 test scripts, 94.29% okay. 4/140 subtests failed, 97.14% okay.
[snip]
I've patched T::C and 0.09 is winging its way to CPAN now. I'm curious though since the error was coming from:
sub _test_classes {
my $class = shift;
grep { $_->isa( $class ) } Devel::Symdump->rnew->packages;
};which means Devel::Symdump->rnew->packages must be returning something which isn't a package, which strikes me as a possible bug. Could you take a poke and see what Devel::Symdump->rnew->packages is returning on your box?
Ta,
Adrian
