Carp::Always::Color::Term - Carp::Always, but with terminal color
version 0.06
use Carp::Always::Color::Term;
or
perl -MCarp::Always::Color::Term -e'sub foo { die "foo" } foo()'
Like Carp::Always::Color, but forces ANSI terminal code coloring, regardless of where STDERR is pointing to.
Jesse Luehrs <doy at tozt dot net>
This software is copyright (c) 2012 by Jesse Luehrs.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.