Subject: | Random test failures |
Sometimes the test suite fails with:
# Failed test 'got the default number of phrases'
# at t/01test.t line 47.
# got: '4'
# expected: '3'
# Looks like you failed 1 test of 10.
t/01test.t ..
I assume this happens because some of the spook words have a comma in
it, so the split /,/ logic breaks in this test.
Regards,
Slaven