Carp::Always::Color

Carp::Always, but with color
Download

Carp::Always::Color Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jesse Luehrs
  • Publisher web site:
  • http://search.cpan.org/~doy/

Carp::Always::Color Tags


Carp::Always::Color Description

Stack traces are hard to read when the messages wrap, because it's hard to tell when one message ends and the next message starts. Carp::Always::Color is a Perl module that just colors the first line of each stacktrace, based on whether it's a warning or an error. If messages are being sent to a terminal, it colors them with terminal escape codes, otherwise it colors them with HTML (ideas for more intelligent behavior here are welcome).SYNOPSIS use Carp::Always::Color;or perl -MCarp::Always::Color -e'sub foo { die "foo" } foo()'Product's homepage


Carp::Always::Color Related Software