On Wed, 12 Apr 2000, Scott Guelich wrote:

> 
> I've run across a problem with UndefOnReload stomping on code
> in mod_perl/1.21, which I believe affects mod_perl/1.22 as well.
> I scanned through the mod_perl archives and found that others had
> similar problems a while back, leading to Apache::StatINC and
> Apache::Symbols::undef_function being modified so that they only
> undefine exported functions.

UndefOnReload should be obsolete now that Perl 5.005+ does not spit out
mandatory warnings when redefining constant subroutines.  that's what
UndefOnReload was introduced for.  do you need it for something else?

Reply via email to