On Wed, 19 Dec 2001 07:35:43 +0000 (GMT) Matt Sergeant <[EMAIL PROTECTED]> wrote:
> FWIW, I've been working with Tatsuhiro on logging, by updating > Log::Dispatch::Config. Still a few more things in it we'd like to do, but > overall it's looking pretty good. Yep, this module is now enterprise ready ;) Current version 0.07 is on CPAN; http://search.cpan.org/search?dist=Log-Dispatch-Config-0.07 0.07 Wed Dec 19 01:46:00 JST 2001 - forgot to update MANIFEST * Added $Log::Dispatch::Config::CallerDepth variable Call caller() function only when necessary (Thanks to Matt Sergeant <[EMAIL PROTECTED]>) 0.06 Tue Dec 18 21:27:51 JST 2001 --- developer API change --- * Added Log::Dispatch::Configurator and docs/tests for it (Thanks to Matt Sergeant <[EMAIL PROTECTED]>) * Added Date/Time format configuration (Thanks to Matt Sergeant) - Deprecated ${XXX} style format - Switched to fully qualified variable from use vars (for inheritance) * Allows .ini style grouping in AppConfig -- Tatsuhiko Miyagawa <[EMAIL PROTECTED]>