Mercurial > pub > Impl
comparison Lib/IMPL/Web/TT/Document.pm @ 145:bd10093bb122
Minor changes
author | wizard |
---|---|
date | Wed, 21 Jul 2010 06:27:12 +0400 |
parents | f6af119ac741 |
children | 60fd224f3e3c |
comparison
equal
deleted
inserted
replaced
144:b56ebc31bf18 | 145:bd10093bb122 |
---|---|
75 this => $this, | 75 this => $this, |
76 render => sub { | 76 render => sub { |
77 $this->_process(@_); | 77 $this->_process(@_); |
78 } | 78 } |
79 }, | 79 }, |
80 TRIM => 1, | 80 POST_CHOMP => 2, |
81 PRE_CHOMP => 2, | |
81 RECURSION => 1, | 82 RECURSION => 1, |
82 LOAD_TEMPLATES => [$this->provider] | 83 LOAD_TEMPLATES => [$this->provider] |
83 ) | 84 ) |
84 ) | 85 ) |
85 } | 86 } |