in reply to Test::More is_deeply and binary data

This is a "shoot-from-the-hip" response with the sole intent of opening a possible approach, so ...

I recall having had to dink around with STDOUT/STDERR in a unit test once to keep STDERR from polluting the screen. Perhaps you could set the __WARN__ (?) handler and capture the output to a string where you could then massage it as needed. As I said above, this is just a thought without having had enough Scotch beforehand.

The answer to the question "Can we do this?" is always an emphatic "Yes!" Just give me enough time and money.
  • Comment on Re: Test::More is_deeply and binary data