>>I'm thinking of some modern registry script as an example. >> > > such as?
all I wanted to say that somebody will run a script that mungles *CORE::GLOBAL::exit. Since *CORE::GLOBAL:: is relatively new, I've called it modern :) but I understand, it doesn't matter whether it's a script or a module -- nobody should mess with *CORE::GLOBAL:: but us :) >>Or should we still use the 1.x method where it's a feature that should >>be used if desired and not working automagically. People will expect >>exit() == CORE::exit() unless they are under registry. >> > > nobody should ever call CORE::exit() under modperl. > nobody should ever call CORE::exit() from a module. > the CORE::GLOBAL::exit hook is just protection from those mistakes. which means that we don't even have to handle the exit issue for Registry now, right? _____________________________________________________________________ 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]
