Geoff,
APR::Finfo::stat() doesn't do what C API does. The C API populates finfo for the file passed in the argument. The current perl API doesn't do that. It populates only $r->finfo, passed as an argument, which may not exist at all.
So it needs to be reworked to create that structure, pass it to apr_stat and return it to the user, not pass it as an argument. Unless you want to work on this by yourself, I'll adjust it shortly.
Let me know if I have missed something.
-- __________________________________________________________________ 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]