bug fixes/patches/tests
Tom Heady <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.html-template |
|---|---|
| Message-ID | <[email protected]> |
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
------------------------------------
Thanks,
Tom
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642