Ovid wrote:
> Now I have guaranteed cross-platform behavior, STDERR and STDOUT are 
> guaranteed to be in 
> synch, this doesn't cause any problems for Test::Harness, I don't need to 
> fork Test::Builder
> and I override one method which has not changed since May 2005.  
> Unfortunately, I'll have to
> alter the above to handle versions of Test-Simple prior to 0.60 and that 
> sucks, but it also
> *seems* to work flawlessly.
> 
> I'm sure folks may not be happy about this, but it works.  Thoughts?

I will now break your solution.

    use Test;
    plan tests => 1;
    ok 23, 42;

PHEAR MY MAD HAX0R SKILLZ!

:P

Reply via email to