The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Catalyst::Log::Log4perl

1.02 Tue Mar 10 12:56:06 GMT 2009
  - Remove dependency on parent.pm from the new tests.

1.01 Sun Mar  8 23:07:08 GMT 2009
  - Fix test suite to work correctly with Catalyst 5.8 (omega)

1.00 Wed May 30 11:31:58 PDT 2007
  - Added _dump support. (Thanks, jshirley)
  - Bumped to 1.00, as there don't seem to be any outstanding bugs, and
    the experimental stuff likely will remain that way.

0.51 Sat Mar 10 11:27:39 PST 2007
  - Put in a dependency for Log::Log4perl.  (thanks, lbr!) That was dumb!

0.50 Fri Mar  9 11:50:49 PST 2007
  - Added support for more Log::Log4perl cspecs.  Sebastian Willert provided
    the code for this, and it was graciously tested by jshirley.  It's use
    should still be considered experimental, as it requires mucking about
    with the internals of Log::Log4perl.

0.4	Mon Jul  3 14:41:01 PDT 2006
  - Fixed a documentation typo (thanks, ghenry!)

0.3     Sat Apr  8 11:08:36 PDT 2006
  - Added support for init_and_watch, from Stephen Steneker

0.2   	2006-02-10 00:55:10 +0100
  - Resync with Catalyst::Log, by supporting abort(1)
  - Refactor to closures
  - added autoflush option to new() to disable abort-support

0.01    Wed Sep 21 16:25:37 PDT 2005
  - Initial Release