Geoff wanted PerlLoadModule be available to all modules that require
an interpreter be created early, not merely directive handlers.

So as discussed in several threads the conclusion was:

- remove the magickness of PerlLoadModule wrt directives
- add a special Apache::Module API which will add directives, like so:

package MyApache::MyDirectives;
my @cmds = (...);
Apache::Module::add(__PACKAGE__, [EMAIL PROTECTED]);

since this issue is marked as mp2-release show-stopper, Philippe hs volunteered to resolve it. Is that OK Geoff? (you are the owner of this item in todo/release). Also do you already have some code available? Especially tests, since you wanted it because you wanted to ensure that the module is loaded early, but I have not seen any test cases.

While we are at it, we may consider renaming this directive, since it's now getting even further away from Load thing. PerlModuleNow? PerlModuleEarly?

--
__________________________________________________________________
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