this should be accomplished by a standard mechanism of:

META.yml:
generation: 2.2


I don't really see how asking for "Apache::Foo, generation 2.2" is any
easier than asking for "Apache2_2::Foo."  It seems like a purely aesthetic
distinction.

Not it you have to type Apache2_2::Foo all the time. If you look at the m2p API a lot of the modules provide functions and not methods. Beside you need to:


use Apache2_2::Foo;

to.

And Joe has explained the remaining confusion about the general C APIs and version numbers.

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

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to