From: Jim C. <jc...@di...> - 2003-01-02 15:54:41
|
msc...@ao... wrote: >In a message dated 12/27/2002 6:02:45 PM Eastern Standard Time, Kevin Goess <ke...@go...> writes: > > > >>Ha! That's in our CVS code right now, just hasn't been released yet. >> >> > >... and the development release (containing the new functionality) is available for download here: > http://log4perl.sourceforge.net/releases/Log-Log4perl-0.28dev.tar.gz > > > thanks guys - it just works! wrt to my use of AUTOLOAD to give Auto-Categorization, is that something for which you might accept a feature patch ? I was thinking of a couple of options on how to do it. use Log::Log4perl qw(:autocategorize); use Log::Log4perl::AutoCat; a whole new class seems overkill to add one function, but you may have philosophical objections to an import-tag that causes sub AUTOLOAD {} to be compiled. anyway, thx again |