Yes, another day and another version...

o Decay and Grow configurations to help make module set change with 
  the needs of the scripts.
o DB_FileLock logger actually works now.
o Debug logger now sorts the modules before printing.
o Modules are automatically loaded properly.

The Decay and Grow options are useful for dropping modules out of 
the data store if they have not been loaded for a while.

Statistics are not kept on any modules loaded prior to 
Module::Use.  Statistics are also not kept on modules starting 
with `/' or [a-z] (means we don't automatically load a pragma).

The idea behind this module is for something that could be useful 
in a production server to track which modules are needed and to 
preload the most commonly loaded modules without requiring 
explicit C<use> statements in a startup.pl or httpd.conf.

I am continuing to look at the debug modules.
--
James Smith <[EMAIL PROTECTED]>, 979-862-3725
Texas A&M CIS Operating Systems Group, Unix

Reply via email to