> $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.

--Geoff

-- 
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

Reply via email to