<div dir="ltr">Hi,<div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 1, 2013 at 4:35 PM, Slavik Goltser <span dir="ltr"><<a href="mailto:slavikg@gmail.com" target="_blank">slavikg@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">That is a good point. I tried to be as close as possible to the original.</div></blockquote><div><br></div>

<div>Mason and HTML::Mason are totally different beasts internally. I don't think you should have this as a goal. Your goal should be to make the best Template plugin for Mason users.</div><div><br></div><div><br></div>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"> What are you thoughts on data_dir? I would like to stick with how the original plugin implemented it (as a dir next to views/). One other reason for that is (according to the doc) is that you win a bit on startup as you don't have to recompile the module, although I kind of feel like startup time is a bit of a moot point for an application that technically does not get restarted often.<br>

</div></blockquote><div><br></div><div>I rather have the Mason default myself. The Mason documentation already mention that you should define a data_dir to a directory somewhere if you care about performance that much. I can say that defaulting to views/data will not work on my apps, that part of the tree is not writable by the user that runs the webapp.</div>

<div><br></div><div>For most common use, having a fresh data_dir on restart is actually a good thing, it makes debugging situations with timestamps between deployed .mc/.mi files and cached compiled objects simpler..</div>

<div><br></div><div>So I still prefer my way: kill it, let users override all config.</div><div><br></div><div>Bye,</div></div>-- <br>Pedro Melo<br>@pedromelo<br><a href="http://www.simplicidade.org/" target="_blank">http://www.simplicidade.org/</a><br>

<a href="mailto:xmpp%3Amelo@simplicidade.org" target="_blank">xmpp:melo@simplicidade.org</a><br>mailto:<a href="mailto:melo@simplicidade.org" target="_blank">melo@simplicidade.org</a>
</div></div>