On Wed, Jul 8, 2009 at 11:40 AM, Tomas Doran<[email protected]> wrote: > 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?
Ya, I was kinda hoping you wouldn't say this, and that there was a way to catch whatever was happening in Catalyst or trace the execution path to get to the point where the things actually dieing. (FWIW, upgrading TT from 2.20 to 2.21 didn't appear to help.) P > 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/ > _______________________________________________ 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/
