Subject: | bug in this module |
Date: | Sat, 6 Dec 2008 20:10:31 +0200 |
To: | bug-Catalyst-View-TT-ForceUTF8 [...] rt.cpan.org |
From: | "Ivan Drinchev" <drinchev [...] gmail.com> |
package name : Catalyst::View::TT::ForceUTF8
VERSION 0.09
perl, v5.8.8 built for i486-linux-thread-multi
Linux ares 2.6.21.5-smp #2 Fri Oct 12 04:50:40 EEST 2007 i686 AMD Duron(tm)
AuthenticAMD GNU/Linux
-------------------------
When using it you can define PRE_CHOMP and POST_CHOMP variables to the
template, so you can't make them work
Solution :
simply adding these two lines :
my @PROVIDER_CONFIG_KEYS = qw/
INCLUDE_PATH
DEFAULT_ENCODING
COMPILE_DIR
COMPILE_EXT
EVAL_PERL
PRE_CHOMP <----------------------------
POST_CHOMP <----------------------------
/;