On Sun, 19 Nov 2000, Jacek Ostrowski wrote:
> hi,
>
> I have a litle suggestion to Apache::Registry -
> I tried to change it to allow script writers
> to see compile errors in a browser.
>
> I'am using mod_perl at my work ( its great - you know )
> but there are few other people working on the same server with me.
> All our error messages went to one log file, it was very inconvinient.
> I hacked your Apache::Registry to pass all error messages from 'eval's
> to browser.
>
> I would like you to include something like I did in future releases or
> to change Apache::Registry in a way allowing to add this 'feature'
> externally (in new module).
>
> I'm attatching my hacked Registry.pm. ( I hope )
thanks for your contribution, however, Apache::Registry is not accepting
any new features. have a look at Apache::{PerlRun,RegistryNG,RegistryBB}
new features should fit in here or be in its own subclass. i don't think
the $Apache::Registry::Debug functionality was ever carried over.