From: Mike S. <m...@pe...> - 2010-02-24 09:00:02
|
Hi Log4perl enthusiasts, Log::Log4perl 1.28 has just been released to CPAN. Changes in this release: 1.28 (2010/02/24) * (ms) Fixed caller stack with Buffer composite appender * (ms) Fixed 'local caller_depth' error in various places. First localizing a variable and then increasing it is incorrect, as this ignores previous settings. The correct way of increasing the caller level is: 'local depth = depth + 1'. * (ms) Added Log::Log4perl::Catalyst for use in Catalyst applications. Enjoy! -- Mike Mike Schilli m...@pe... |