background image
<< SYNOPSIS test | Test::More >>
<< SYNOPSIS test | Test::More >>
SYNOPSIS results
SYNOPSIS results
1..8
ok 1 - new() returned something
ok 2 - and it's the right class
ok 3 - sec()
not ok 4 - min()
# Failed test (ical.t at line 14)
not ok 5 - hour()
# Failed test (ical.t at line 15)
ok 6 - day()
ok 7 - month()
ok 8 - year()
# Looks like you failed 2 tests of 8.
Whoops, failures!
We know what and where it failed, but not much else.
How do you find out more?
Throw in print statements
Run in the debugger.
That sounds like work.