Subject: | Weird error when given undef as a test |
Test::Harness::execute_tests(
tests => [undef],
);
PANIC: could not determine iterator for input at lib/Test/Harness.pm
line 152
This is an impolite way of saying "you passed in an undefined test".
The error is inside TAP::Parser->_initialize().