From 1d3515f7bed0e8de2202ca90725273ad7feb08ff Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 20 Sep 2011 08:54:11 +0000 Subject: - Add p5-Carp-Always-Color 0.05 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 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). WWW: http://search.cpan.org/dist/Carp-Always-Color/ --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index e65943e2f3a5..35d945d2b85e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1272,6 +1272,7 @@ SUBDIR += p5-Calendar-Simple SUBDIR += p5-Capture-Tiny SUBDIR += p5-Carp-Always + SUBDIR += p5-Carp-Always-Color SUBDIR += p5-Carp-Assert SUBDIR += p5-Carp-Assert-More SUBDIR += p5-Carp-Clan -- cgit v1.2.3