$r->mtime() is read only. to update the mtime slot you want to use $r->update_mtime(), update_mtime which is smart enough to only replace the mtime if the time you're updating with is later than the current mtime. you'll also want to make sure that you're doing this before you call $r->send_http_header.
whoops, I see stas has said as much in his reply that I missed. sorry.
No worries. I've updated the docs.
-- __________________________________________________________________ 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
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html