Kate Yoak wrote:
> I keep running into methods not implemented where documentation says
> they are.  Is it something about me or a common problem?

One of the new features of mod_perl 2 is less memory usage by default. It does
this by not loading some of those extra methods unless you ask for them.

This gives an easy way to find out which packages methods now belong in:
http://perl.apache.org/docs/2.0/user/porting/porting.html#Using_C_ModPerl__MethodLookup__to_Discover_Which_mod_perl_2_0_Modules_Need_to_Be_Loaded

-- 
Michael Peters
Developer
Plus Three, LP

Reply via email to