All the Perl that's Practical to Extract and Report
I have two tests in a test script:
ok(1); ok(1);
Apparently the first one fails!!!!!!
Update:
$mock->set_true('header');
when mocking CGI is not a good idea.
$mock->set_always('header','');
is,however :)