trusty (3) Catalyst::Plugin::Unicode::Encoding.3pm.gz

Provided by: libcatalyst-perl_5.90053-1_all bug

NAME

       Catalyst::Plugin::Unicode::Encoding - Unicode aware Catalyst

SYNOPSIS

           use Catalyst;

           MyApp->config( encoding => 'UTF-8' ); # A valid Encode encoding

DESCRIPTION

       This plugin is automatically loaded by apps. Even though is not a core component yet, it will vanish as
       soon as the code is fully integrated. For more information, please refer to "ENCODING" in Catalyst.

AUTHORS

       Catalyst Contributors, see Catalyst.pm

       This library is free software. You can redistribute it and/or modify it under the same terms as Perl
       itself.