[htmltmpl] Re: bug fixes/patches/tests
Brought to you by:
samtregar
From: Mark S. <ma...@su...> - 2006-03-16 04:13:15
|
On 2006-03-15, Tom Heady <tom...@pu...> wrote: > Hello, > > What would be the most appropriate way to contribute bug > fixes/patches/tests? > > I have a patch and tests that will fix the following: > > ------------------------------------ > use HTML::Template; > > my $text = q{<TMPL_VAR foo ESCAPE=0>}; > my $template = HTML::Template->new( > scalarref => \$text, > default_escape => "HTML" ); > $template->param(foo => '<b>this is bold\n'); > print $template->output; > > __DATA__ > <b>this is bold\n > > ------------------------------------ Tom, I believe using the bug tracking system is the preferred route. I know Sam has mentioned that in the past. It's also a visible place for other users to find the contribution in case they want to use it before an official release happens. Mark -- http://mark.stosberg.com/ |