The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Log::Minimal

0.11    Mon Sep 10 10:27:19 2012
        - requires Test::More > 0.94
          t/03_color_by_env.t does not works with Test::More 0.94 (Thank you tokuhirom)

0.10    Wed Apr 18 11:28:19 2012
        - added $ENV{LM_COLOR} for a default value of $Log::Minimal::COLOR

0.09    Tue Jul 26 13:29:49 2011
        - added $raw_message for message text without color sequences

0.08    Fri Jun 10 17:23:07 2011
        - no code changes
        - requires Term::ANSIColor

0.07    Fri Jun 10 17:10:03 2011
        - colorful log
	- added croakf and croakff

0.06    Mon May 9 16:55:15 2011
        - force stringify message

0.05    Wed 27 16:52:17 2011
        - added $Log::Minimal::TRACE_LEVEL like a $Carp::CarpLevel

0.04    Tue Dec 28 18:59:00 2010
        - serialize messages automatically 

0.03    Mon Nov 15 12:29:24 2010
        - added "ddf" that serializes objects and references

0.02    Fri Nov 05 23:28:55 2010
        - supported log_level (xaicron)

0.01    Tue Oct 19 23:30:11 2010
        - original version