Released Static::Simple 0.11 v0.11
Andy Grundman [Mon, 14 Nov 2005 00:26:06 +0000 (00:26 +0000)]
Changes
META.yml

diff --git a/Changes b/Changes
index 49efe04..3e17187 100644 (file)
--- 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.
 
index fc30e35..c2b6b8c 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 ---
 name: Catalyst-Plugin-Static-Simple
-version: 0.10
+version: 0.11
 author:
   - 'Andy Grundman, <andy@hybridized.org>'
 abstract: Make serving static pages painless.