Catalyst-Plugin-Compress

 view release on metacpan or  search on metacpan

lib/Catalyst/Plugin/Compress.pm  view on Meta::CPAN

    use Catalyst qw/
        Unicode
        Compress
    /;

If you don't, You'll get error which is like:

[error] Caught exception in engine "Wide character in subroutine entry at
/usr/lib/perl5/site_perl/5.8.8/Compress/Zlib.pm line xxx."

If you upgrade to any version of L<Catalyst> 5.90080+ the unicode support has been
integrated into core code and this plugin is designed to work with that.

=head1 INTERNAL METHODS

=head2 should_compress_response

This method determine wether compressing the reponse using this plugin.

=head1 SEE ALSO



( run in 0.323 second using v1.01-cache-2.11-cpan-88abd93f124 )