in reply to Color die and warn messages

I'd vote for something like this being in core. Other languages use color by default for errors/warnings. And there's already several core modules that have optional colored output:
  1. use re 'debugcolor'
  2. App::Prove
  3. TAP::Formatter::Color
  4. Test::Builder::Tester
  5. Test:Tester