The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for perl module Catalyst::Controller::SimpleCAS

0.994 2015-02-06
    - Fixed broken code within TextTranscode
    - Load from mhtml now aggressively tries to figure out *real* encoding
      for the MIME part/wrapper. It is now able to properly decode files
      saved by Word 2010 which actually use 'UTF-16LE' and should also be
      able to handle other scenarios too
    - Support for mount_url prefix (only applies to RapidApp)

0.993 2015-01-28
    - Fixed broken content_size method

0.992 2015-01-19
    - Added support for forwarding to a view for JSON rendering, 
      and this now defaults to the view 'RapidApp::JSON' if present
    - Misc logic/code cleanup
    - Switched from JSON::DWIW back to normal JSON

0.991 2014-08-20
    - Freed up rouge RapidApp include/dep
    - Misc Travis/dist tweaks

0.990 2014-08-06
    - Initial CPAN release, ported mostly "as-is" from RapidApp