You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2003/09/11 03:28:27 UTC

TestHooks/stacked_handlers2.pm

Geoff,

When hooks/stacked_handlers2 is run, the error_log gets the following message:

Wed Sep 10 18:09:51 2003] [info] [client 127.0.0.1] Module bug?  Request 
filename is missing for URI /TestHooks__stacked_handlers2

probably need to fix the transhandler to set the filename to __FILE__.

also please s/return (.*)/return $1;/ in that file to be consistent. thanks.

there is no need for ; only if it's a one liner, e.g.:

sub declined { callback(shift); return Apache::DECLINED }

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org