Subject: | warning always printed to STDERR |
At line 59:
print STDERR Data::Dumper->Dump([$req]);
This debugging info always gets printed out in the call() method. I
would think that should be disabled in the production release. It makes
TAP output a little harder to read and it will show up in a lot of error
logs needlessly.