Autrijus Tang wrote: >> Will this also find modules specified in config files, for example >> log4perl.conf, or is this outside the scope of ScanDeps? > > Well, ScanDeps will find them if you will kindly explain a bit how > log4perl.conf should be located and parsed. :-)
http://search.cpan.org/~mschilli/Log-Log4perl-0.41/lib/Log/Log4perl.pm Example... log4perl.rootLogger=ERROR, LOGFILE log4perl.appender.LOGFILE=Log::Log4perl::Appender::File Careful though, because LOGFILE in the first line is just an alias. The 2nd line defines what that alias is. Hence, you can have lots of different aliases & associated output modules. -- Ian Cass