Skip Menu |

This queue is for tickets about the Test-Harness CPAN distribution.

Report information
The Basics
Id: 76501
Status: new
Priority: 0/
Queue: Test-Harness

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 3.23
Fixed in: (no value)



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().