Leser: 31
![]() |
|< 1 ... 13 14 15 16 17 18 19 ... 21 >| | ![]() |
210 Einträge, 21 Seiten |
1
2
3
4
5
6
7
8
9
10
0.79 Sat Oct 7 20:36:55 CEST 2006
- Change: instead of <tmpl_var name="array.42"> you must
now use <tmpl_var name="array[42]". sorry
- Bugfix: path was not set when using template from a filehandle
- Bugfix: globalvars did not work in included templates
- New feature: allow negative indizes array[-1].foo
- Bugfix: loop_context_vars weren't stored in filecache
- Bugfix: query() wasn't always corect when doing
$template->query(name => ['FOO', 'BAR'])
- Bugfix: query() now also reports included vars like H::T does
1
2
3
4
0.80 Sun Oct 15 16:39:02 CEST 2006
- Bugfix: characters like '-' in <tmpl_* foo-bar> lead to
compilation errors
- Bugfix: accessing array elements like <tmpl_var [23]> didn't work
1
2
3
4
0.82 Mon Nov 6 21:25:23 CET 2006
- Added: shorter plugins (omit the HTML::Template::Compiled::Plugin)
- Added Feature: TMPL_INCLUDE_STRING
- Added Feature: TMPL_PERL for including perl-code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'HTML::Template::Compiled',
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/HTML/Template/Compiled.pm',
'PREREQ_PM' => {
'Test::More' => 0,
'File::Spec' => 0,
'File::Basename' => 0,
'Carp' => 0
}
);
![]() |
|< 1 ... 13 14 15 16 17 18 19 ... 21 >| | ![]() |
210 Einträge, 21 Seiten |