You can always just make actual manager .pm files and call
make_manager_class() from inside those...
-John
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engin
John Siracusa wrote:
On 2/10/06, Bruno Czekay <[EMAIL PROTECTED]> wrote:
It looks like Apache::Reload 'undefines' all reloaded classes, but since
Manager classes aren't explicitly reloaded as .pm files, they cannot be
undefined - nor overriden. The fastest solution is to declare every
module sup
On 2/10/06, Bruno Czekay <[EMAIL PROTECTED]> wrote:
> It looks like Apache::Reload 'undefines' all reloaded classes, but since
> Manager classes aren't explicitly reloaded as .pm files, they cannot be
> undefined - nor overriden. The fastest solution is to declare every
> module supposed to be relo
Hi
I decided to use Apache::Reload to get rid of typing:
apachectl stop && apachectl start
every time I change my modules. I configured apache to do this:
PerlSetVar ReloadAll Off
PerlSetVar ReloadModules "ARA::* Apache::*"
But when I made changes to