Skip Menu |

This queue is for tickets about the Catalyst-View-TT-ForceUTF8 CPAN distribution.

Report information
The Basics
Id: 41490
Status: new
Priority: 0/
Queue: Catalyst-View-TT-ForceUTF8

People
Owner: Nobody in particular
Requestors: drinchev [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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 <---------------------------- /;