Thread HTML::Template::Compiled (HTC) (209 answers)
Opened by renee at 2005-06-26 15:48

pq
 2006-01-03 22:13
#40808 #40808
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
0.59 Tue Jan  3 19:40:46 CET 2006
- $UNTAINT
- All the "new_" constructor shortcuts were added from HTML::Template, with
 tests for each. Also, the type/source option syntax to new() is now
 supported. Tests were added for all these, which were generally missing from
 the HTML::Template test suite.

- Bug Fix: Code and Tests were were added to make sure that calls to param()
 accumulate data, like HTML::Template works.  

- Bug Fix: embedded newlines
- New Feature: new 'default_escape' option for compatibility with HTML::Template 2.8
- Added query() tests from HTML::Template suite. (Currently TODO)
- Change: use dot notation for mehtod calls and dereference
- Change: literal dots in var names work now; you can't use -> for method calling
 any more, just use the dot, just use the dot
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread HTML::Template::Compiled (HTC)