Re: 'use base' and mod_perl

2011-02-12 Thread Thomas den Braber
Mike, > Do you have any idea why this is? > Actually I ran into this issue as well; see > http://bugs.otrs.org/show_bug.cgi?id=6218#c4 > I haven't figured out what causes the problem but have found that if you add: $ModPerl::Util::DEFAULT_UNLOAD_METHOD = 'unload_package_xs'; To my startup.pl

'use base' and mod_perl

2011-02-11 Thread Michiel Beijen
Hi Thomas, On Fri, 2011-02-11 at 12:50 +0100, Thomas den Braber wrote: > I use reload all the time it worked OK for most modules but some modules > (at least the ones that use "use base 'modulename';" ) will have problems. Do you have any idea why this is? Actually I ran into this issue as well