On Tue, 23 May 2000, Marc Lehmann wrote:
> If this were true, it would be very bad. If there is no technical
> need to do this "half-reloading" then it should definitely be turned
> off.
it is off by default, you turned it on with 'PerlFreshRestart On'
> It breaks perfectly valid perl code, creating some kind of
> "mod_perl-language-subset". At least _I_ lost days of debugging to find
> out about these subtle differences to standard perl. (And this also means
> that some CPAN modules would need to be patched to run with mod_perl).
>
> Or in other words: mod_perl should either do it cleanly or not at all. Or
> have a very good reason to break code ;)
it's not breaking code, it's exposing broken code. if a module can't
handle:
require Foo;
delete $INC{'Foo.pm'};
require Foo;
then the module is broken. i'm not arguing that PerlFreshRestart is
elegant either, see discussions in the archives.
- Re: global variables and repa... Randal L. Schwartz
- Re: global variables and repa... Stas Bekman
- Re: global variables and reparsing (short ... Marc Lehmann
- Re: global variables and reparsing (sh... Perrin Harkins
- Re: global variables and reparsin... Marc Lehmann
- Re: global variables and reparsin... Doug MacEachern
- Re: global variables and repa... Marc Lehmann
- Re: global variables and repa... Doug MacEachern
- Re: global variables and reparsing question (low priori... Gustavo Duarte
- Re: global variables and reparsing question (low p... Marc Lehmann
- Re: global variables and reparsing question (l... Doug MacEachern
- Re: global variables and reparsing questio... Marc Lehmann
- Re: global variables and reparsing que... Doug MacEachern
- Re: global variables and reparsin... Marc Lehmann
- Re: global variables and repa... Doug MacEachern
- Re: global variables and repa... Marc Lehmann
- Re: global variables and repa... Perrin Harkins
- RE: global variables and reparsing question (low priori... Geoffrey Young
- Re: global variables and reparsing question (low p... Marc Lehmann
- [OT] "Tone" on this list Eric Strovink
- Re: global variables and reparsing question (l... ___cliff rayman___
