I do use Apache::Reload while developing tests and modules for 2.0, I 
have a problem with reloading modules when:

   use warnings FATAL => 'all';

is in effect. When the module gets reloaded, it dies on 'redefine' 
warning. Apache::Reload does turn off the fatality of the warnings, 
before requiring the module:

    no warnings FATAL => 'all';
    require $key;

but the module itself sets it on. Any ideas how to solve this problem 
other than trying to flush the subs namespace ala PerlRun? Or is this 
the only way to go?

_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to