The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Catalyst::Plugin::Unicode::Encoding

0.3  2009-05-28 19:01:15
        - Switch to Module::Install
        - Require Catalyst 5.8
        - Allow setting undef encoding (per request) to disable default of
          UTF-8
        - Don't overwrite encoding set in content types: 
            "text/html; charset=utf-8"
        - Handles the latin-1 (i.e. e-accute) case of encoding that everyone
          else forgets
        - Copy live tests from Catalyst::Plugin::Encoding
        - Fix bug with setting encoding in config (test from abraxxa)

0.2  2009-04-28 11:43:00 
        - Switch to MRO::Compat for Catalyst 5.8

0.1  2005-06-17 23:29:00
        - inital CPAN release.