Paul Makepeace wrote:
Something's definitely changed wrt to UTF-8 behavior since we did our
big upgrade from Catalyst 5.7. Are there any 'known gotchas' I could
check?
At this point my debugging fu runs out--help appreciated on where to look next.
No gotchas that I can think of.
Are you sure this is a Catalyst issue, and not caused by a recent TT
upgrade?
You know it's dieing inside TT, right? So you can Data::Dumper the input
which causes it to die to a file, write a program that instantiates
View::TT, calls ->render with the same input (and template), and that
should crap out in the same way?
Sound sane? And should give you something self contained which you can
test with different TT versions easily..
Cheers
t0m
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/