summaryrefslogtreecommitdiffstats
path: root/Changes
blob: 275a7ff02f3fc16e85f8498935b1c28102ca11fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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

0.05  2011-09-04
      - un-todo some stuff (and fix a broken test) for the fixes in
        Carp::Always 0.10

0.04  2010-06-14
      - add strict and warnings
      - convert to more dzil stuff

0.03  2010-04-30
      - Sigh, stupid packaging (remove stray test.pl from dist)

0.02  2010-04-30
      - Fix some bugs dealing with evals and non-string exceptions

0.01  2010-04-30
      - Initial release