Revision history for Perl extension Text::Template::Compact
0.1.13 23/04/04(火) 10:33:11
- fix ticket https://rt.cpan.org/Public/Bug/Display.html?id=146913 , perls 5.37.9 and later changes eval error message.
0.1.11 08/11/07(金) 01:41:01
- rename from tTemplate to Text::Template::Compact
0.1.10 08/11/07(金) 01:40:42
- updoate pod document
0.1.9 08/11/05(水) 15:56:14
- change triming function
0.1.8 08/11/04(火) 17:24:05
- add operator call coderef,args,...
- add operator call obj,"method",args,... you will must quote method name.
- add operator makearray ... to generate array reference,
- add operator makehash ... to generate hash reference. you will must quote each hash key.
0.1.7 08/11/04(火) 16:21:20
- add $$ to reference template object itself.
- add operator push,pop,shift,unshift
- customize trimming using $$trim stack.
0.1.6
- add %while
0.1.5
- add list operator (print,join,scalar) and comma operator
- add block label
- add %break,%continue
- add multi statement in single tag
- change %eval to %evalperl and %eval is now used to write non-print expression.
0.1.4 08/11/01(土) 15:23:09
- change behavor of length that returns count of array or key of hash if value is reference.
0.1.3 08/10/31(金) 17:14:57
- add expression support.
0.1.2 08/10/27(月) 20:29:21
- cpanize this module. thanks for pmsetup http://bulknews.net/lib/utils/pmsetup/ by Tatsuhiko Miyagawa.