[Perlunit-users] Died?
Status: Beta
Brought to you by:
mca1001
|
From: Dmitry D. <dd...@ic...> - 2003-10-04 08:17:44
|
Hi All!
sub test_000_scalar {
my $self = shift;
$self->assert(scalar(undef), 0);
}
This test faild with 'Died' message:
There was 1 failure:
1) tests.pm:10 - test_000_scalar(tests)
Died
Can you explain this? Where exactly the exception is?
--
Thanks,
Dmitry.
|