summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-01-02 09:54:47 -0600
committerJesse Luehrs <doy@tozt.net>2013-01-02 09:54:47 -0600
commitb12e88e8bb8961726e781e6edf1c0fcf2f26c682 (patch)
treed8dcc7cea1c54a6a2555e6a7939e645a371932cf
parent5a01f61042ccc2bffdbb0c0b9b19b4884154ee71 (diff)
downloadcarp-always-color-b12e88e8bb8961726e781e6edf1c0fcf2f26c682.tar.gz
carp-always-color-b12e88e8bb8961726e781e6edf1c0fcf2f26c682.zip
changelog
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 531477f..275a7ff 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
Revision history for Carp::Always::Color
{{$NEXT}}
+ - Carp::Always::Color now no longer falls back to HTML coloring by
+ default (you can get this behavior by using Carp::Always::Color::HTML
+ explicitly, if desired). Carp::Always::Color itself now just leaves the
+ output uncolored for non-terminal outputs.
0.06 2012-03-08
- fix some test stuff