Revision history for Perl extension HTML::YaTmpl.
1.0 Mon Sep 29 09:40:04 CEST 2003
- initial version as HTML::Tmpl
1.1 Fri Oct 31 19:47:41 CET 2003
- renamed to HTML::YaTmpl due to a name conflict on cpan
- a few minor changes regarding <:include>
1.2 Sat Nov 1 14:28:04 CET 2003
- some OS specific testing
1.3 Fri Nov 7 18:41:27 CET 2003
- macros, <:set> outside a <:for> or similar scope.
1.4 Sun Nov 9 18:41:07 CET 2003
- better error handling for open() on directories
1.6 Thu Jun 17 21:57:24 CEST 2004
- bugfix: an empty list could not be built with <:for> & co.
1.7 Sun Jun 27 10:52:25 CEST 2004
- bugfix: <=list>
<:for a="<: $v->{a} />" b="<:/>">
<=a/>
<=b><: $v->{b} /></=b>
</:for>
</=list>
is now working properly when "list" is a list of HASHes. Before
"b" was passed as a string: "HASH(0x804cc80)"
1.8 Sun Jan 2 11:04:58 CET 2005
- compressed output