- (ms) init_and_watch() no longer die()s on reloading syntactically
wrong configuration files but issues a warning and then
reloads the last working config.
- (ms) init() now also accepts an open file handle (passed in as a
glob) to a configuration file or a ref to an IO::File object.
- (ms) Jos I. Boumans kane@xs4all.net and
Chris Winters chris@cwinters.com reported an error thrown
by L4p in their app SPOPS: During global construction. Looks
like the Logger object's internal hash is cleared and then
the is_ method gets called, resulting in a runtime
exception. Added proposed remedy checking if the called
method is defined by ref.
- (ms) Added check to init_and_watch if obtaining the mod
timestamp failed.