On 7/6/06, <b class="gmail_sendername">Brandon Black</b> &lt;<a href="mailto:blblack@gmail.com">blblack@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br> I really think it might as well just be a patch to the core<br>Catalyst::Response, as it does nothing unless you ask it to.&nbsp; </blockquote><div><br>I quite like the idea of it being in core. One thought about the patch: IIRC the POSIX module is quite heavy. Use HTTP::Date instead (part of libwww-perl) and it gets even simpler.
<br><br>sub no_cache {<br>&nbsp; ...<br>&nbsp; $self-&gt;header( 'Last-Modified' =&gt; time2str(gmtime);<br>&nbsp; ...<br>}<br>&nbsp;</div>Drew<br></div>-- <br>----------------------------------------------------------------<br> Drew Taylor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;Web development &amp; consulting
<br> Email: <a href="mailto:drew@drewtaylor.com">drew@drewtaylor.com</a>&nbsp;&nbsp;*&nbsp;&nbsp;Site implementation &amp; hosting<br> Web&nbsp;&nbsp;: <a href="http://www.drewtaylor.com">www.drewtaylor.com</a>&nbsp;&nbsp; *&nbsp;&nbsp;perl/mod_perl/DBI/mysql/postgres<br>
 ----------------------------------------------------------------