----- Original Message ---- From: Michael G Schwern <[EMAIL PROTECTED]>
> Something to consider in all this is that TAPx::Parser > needs to know to display what goes to STDERR > and suppress what goes to STDOUT. This means > you simply can't mash the two streams together, > you have to read them separately and get the order right. Agreed that the order has to be correct. Are you saying that by telling Test::Builder to send everything to the same place that *it* can't get the order right? That seems wrong. All I need is an environment variable I can pass it and this problem seems solved for the time being. What is about Test::Builder which prevents this? > Once again, you will probably be best served by just > leaving STDERR alone and working on a real TAP > diagnostic syntax. Sure, but the in the meantime, I'd like TAPx::Parser to work. Cheers, Ovid