Geoffrey Young wrote:

Ah, of course, now I remember why I did that, thanks ;). Should we pass two arguments? the perl function and the C function?

modperl_apr_func_not_implemented(timeout_get, apr_socket_timeout_get, 2.0.40, 0.9.0);


I'd probably stick with one or the other, but not both.

reporting the perl function, unfortunately won't report the package it's coming from, unless we make it so. In which case if there are two classes which have the same function (e.g., make(), new()...) the error may be ambiguous, that's why I suggested to have both. On the other hand reporting only the C function won't make much sense to users. If you think of going with only one I'd say go with the C function.


__________________________________________________________________
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