On 5 Jun 2002, Tugrul Galatali wrote: > I eagerly anticipate a new version. I currently have it patched with > the _quote_string problem. That patch also seems to have fixed a bug > where it was recompiling a template with a $ in it the first time it is > used after it is compiled in my startup script (this particular template > takes like 2 minutes to build on a P3-866) (even with no_compile... it > seemed to be occuring during the require). But I have some other quirks: > > * In mod_perl, ->clear_params() is needed with JIT after a new to avoid > garbage from previous runs (H::T has never had this) > * Initially I took some grief because I didn't realize that global_vars > only takes affect when compiling a template, not afterwards. (I > initially didn't specify global_vars in the new since I got into the > habit of making it the default system wide with H::T) Make note of that > in the docs :)
All three of these bugs are now fixed in CVS. I should have 0.03 out within the next few days. Bug me if I forget... Thanks for the help! -sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
