I'm working on various END block issues. One of the problems is that at the moment any END blocks encountered during the perl-script response handler (.e.g when a module gets loaded for the first time) are simply dropped on the floor. The only END blocks that are run, are those from registry handlers, which don't have a package declaration.

I'm thinking that the right solution is to move them to PL_endav so that they will be executed when the interpreter exits.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

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



Reply via email to