> It's done now. The core Registry packages all compile the scripts into > ModPerl::RegistryROOT:: namespace and cache them in > %ModPerl::RegistryCache. Both overridable by the sub-classes.
What I don't like about this change is that it's now impossible to use two different registry modules to cache the same script. (of course unless these modules override the default cache symbol table) e.g. I try to use RegistryLoader on the same script with different registry modules and of course the second load will be skipped given that the two compile to the same package name. __________________________________________________________________ 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]
