I forgot to mention that 1.99_09 installs two new utils:

- mp2bug: used for success/failure reports after mod_perl was installed and the source is no longer available (e.g. binary distros).

- mp2doc: replaces perldoc to cope with the Apache2/ subdir (perldoc won't know to search under Apache2)/. So now you can do things like:

% mp2doc Apache::Filter



Also ModPerl::MethodLookup has new useful features: print_object() and print_module() (there is also non-print API):

% perl -MApache2 -MModPerl::MethodLookup -e print_object Apache::RequestRec

Objects of type 'Apache::RequestRec' can invoke the following XS methods:

Method                    Module
-----------------------------------------------------
BINMODE                   Apache::RequestIO
CLOSE                     Apache::RequestIO
[many more snipped]

% perl -MApache2 -MModPerl::MethodLookup -e print_module Apache::RequestRec

Module 'Apache::RequestRec' contains the following XS methods:

Method               Invoked on object type
----------------------------------------------------------------
allowed              Apache::RequestRec
allowed_methods      Apache::RequestRec
[many more snipped]

For more info see:
http://perl.apache.org/docs/2.0/api/ModPerl/MethodLookup.html

__________________________________________________________________
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



Reply via email to