> Do we have an "official" namespace for general-purpose third-party > modules meant to be run under "mp2" ?
Yes, Apache::
> In mp1, "Apache" was widely used for this purpose, but it's no good...
It's good. You want to keep your module under Apache:: because when mp3 comes, you won't want your users to change their code because you renamed your module to Apache3::. Say you used Apache::Request in mp1, it works the same in mp2, so you don't have to change your code when you move to mp2 it'll work just the same.
The only problem really is the CPAN support, when two versions of a module are available. The problem is known and we should get some answers from the CPAN team shortly (there was a CPAN meeting a few days ago).
> The docs speak about "MyApache", but it just doesn't sound right.
Docs use MyApache:: only for examples, certainly not the CPAN namespace.
__________________________________________________________________ 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]
