From: "Tobias Kremer" <[email protected]>
Meanwhile, I played with Template::Plugin::Cache which unfortunately has problems with UTF-8 content and Memcached because the UTF-8 flag is not properly restored on get(). Should be easy to fix with something like: Encode::_utf8_on( $result );
The author of T::P::Cache said that this bug is solved if instead of Cache is used a CHI object.
Octavian _______________________________________________ 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/
