From: Viner, D. <dv...@ya...> - 2003-11-21 00:42:22
|
Hi, small note on the 0.40 release...the IPC::Shareable dependancy is not recorded in the Makefile.PL. Currently it reads: 'PREREQ_PM' => { Test::Simple => 0.43, Test::More => 0.45, File::Spec => 0.82, }, # e.g., Module::Name => 1.1 I think it needs to be 'PREREQ_PM' => { Test::Simple => 0.43, Test::More => 0.45, File::Spec => 0.82, IPC::Shareable => 0.60, }, # e.g., Module::Name => 1.1 dave -----Original Message----- From: Mike Schilli [mailto:msc...@ao...] Sent: Wednesday, November 12, 2003 3:00 PM To: log4perl-devel Subject: [log4perl-devel] 0.40 released Hi all, just released 0.40 to log4perl.sourceforge.net -- here's the changes: 0.40 (11/11/2003) * (ms) perl 5.005_03 fix for l4p::Appender::Synchronized * (ms) Fixed a bug in 0.39 (thanks to James King for finding) which caused composite appenders like Synchronized to just use SimpleLayout. With the fix, composite appenders are now relaying messages unmodified to their delegates, which can then apply any layout they desire. * (ms) Added file_open(), file_close() and file_switch() to l4p::Appender::File If all goes well, it'll be on its way to CPAN in a couple of days ... -- -- Mike Mike Schilli m...@pe... ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ log4perl-devel mailing list log...@li... https://lists.sourceforge.net/lists/listinfo/log4perl-devel |