Re: [htmltmpl] Bug in die_on_bad_params handling
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2005-07-07 16:31:21
|
On Thu, 7 Jul 2005, Matija Grabnar wrote: > And die_on_bad_params is usualy a very usefull debugging tool, which > is why I need it. At least, if it dies in the loop, HTML::Template > should tell you WHICH loop it died in (in which line the loop > began). Now that's a patch I'd take! Warning - it won't be easy. That's a run-time error that happens during output() and the relevent file and line numbers are currently only available during parse(). -sam |