On Mon, Apr 08, 2002 at 12:03:39PM -0500, Jason Pellerin wrote:
> Attached is the subclass of Template::Parser that we use, here, which
> happily interpolates really, really gigantic files all the time.

I've changed the relevant line in Template::Parser:

>          ( (?: \\. | [^\$] ){1,4000} ) # escaped or non-'$' character [$1]

but I didn't apply the other changes to make the regex more greedy.

Thanks.
A



Reply via email to