Doug, how correct is the overview.pod regarding hooks? Currently it says:

C<Apache::Foo> can register hooks itself at server startup:

   Apache::Hook->add(PerlAuthenHandler => \&authenticate, 
Apache::Hook::MIDDLE);
   Apache::Hook->add(PerlLogHandler    => \&logger, 
Apache::Hook::LAST);

is that the syntax that's going to be implemented? Currently this in not 
implemented.

All I can see now is the APR::HOOK_LAST constant instead of 
Apache::Hook::LAST (and similar to FIRST, MIDDLE, etc.) and no other 
methods.

Thanks!

__________________________________________________________________
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