From: Mike S. <m...@pe...> - 2009-07-09 01:34:24
|
Log::Log4perl 1.24 has just been released to CPAN. It contains the following changes: 1.24 (2009/07/08) * (ms) Fixed bug with Log::Log4perl::Util::tmpfile_name which surfaced on VMS, reported by Ben Humphreys. * (ms) Fixed system-wide threshold to no longer lower appender thresholds. Bug reported by Jean-Denis Muys. * (ms) Added benchmark to determine impact of eval-free handlers * (ms) Merged with eval_free branch. Now there are no more eval("") statements left in the code, making it much easier to debug. Performance on init() is about the same, performance on init_and_watch() (noops and logged statements alike) is 25% slower but still in the range of 400,000/sec on my 1.80Ghz CPU. Enjoy! -- Mike Mike Schilli m...@pe... |