]> ruin.nu Git - ndwebbie.git/commitdiff
Use compression directly in catalyst
authorMichael Andreen <harv@ruin.nu>
Sat, 19 Jul 2008 23:06:11 +0000 (01:06 +0200)
committerMichael Andreen <harv@ruin.nu>
Sat, 19 Jul 2008 23:06:11 +0000 (01:06 +0200)
lib/NDWeb.pm

index 4bbf61dd5ed150ba8970c6974bec4c125856dcf0..030e2499000c7c8496601c27b5f0b986e729a73a 100644 (file)
@@ -65,6 +65,9 @@ __PACKAGE__->setup(qw/
        Session::Store::File
        Session::State::Cookie
 
+       Compress::Gzip
+       Compress::Deflate
+
        Cache
        PageCache
        /);