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.
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Perlunit-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/perlunit-users
