From: Andy Grundman Date: Mon, 14 Nov 2005 00:26:06 +0000 (+0000) Subject: Released Static::Simple 0.11 X-Git-Tag: v0.11^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Static-Simple.git;a=commitdiff_plain;h=e358be859ae71eb9def3d5aa5f2d1f1544e751dd Released Static::Simple 0.11 --- diff --git a/Changes b/Changes index 49efe04..3e17187 100644 --- a/Changes +++ b/Changes @@ -3,7 +3,7 @@ Revision history for Perl extension Catalyst::Plugin::Static::Simple 0.11 - Removed the code that set the 304 Not Modified header. This caused problems with IE under Apache. - - Changed 5.5 writing method to pass an IO::File object directly to + - Changed 5.50 writing method to pass an IO::File object directly to $c->res->body. - This version is included with Catalyst 5.50. diff --git a/META.yml b/META.yml index fc30e35..c2b6b8c 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- name: Catalyst-Plugin-Static-Simple -version: 0.10 +version: 0.11 author: - 'Andy Grundman, ' abstract: Make serving static pages painless.