[Catalyst-commits] r6353 - trunk/Catalyst-Plugin-Static-Simple

andyg at dev.catalyst.perl.org andyg at dev.catalyst.perl.org
Mon Apr 30 20:25:41 GMT 2007


Author: andyg
Date: 2007-04-30 20:25:41 +0100 (Mon, 30 Apr 2007)
New Revision: 6353

Modified:
   trunk/Catalyst-Plugin-Static-Simple/Changes
   trunk/Catalyst-Plugin-Static-Simple/MANIFEST.SKIP
Log:
Static::Simple 0.16

Modified: trunk/Catalyst-Plugin-Static-Simple/Changes
===================================================================
--- trunk/Catalyst-Plugin-Static-Simple/Changes	2007-04-30 19:16:42 UTC (rev 6352)
+++ trunk/Catalyst-Plugin-Static-Simple/Changes	2007-04-30 19:25:41 UTC (rev 6353)
@@ -1,12 +1,12 @@
 Revision history for Perl extension Catalyst::Plugin::Static::Simple
 
-0.16    
+0.16    2007-04-30 15:00:00
         - Allow all files in directories defined by the config option 'dirs'
           to be served as static even if the file matches ignore_dirs or
           ignore_extensions.
         - Fixed bug where 204 or 304 status codes would result in a 500 error
           under mod_perl.
-        - Switch to Module::Install
+        - Switch to Module::Install.
 
 0.15    2006-12-08 22:30:00
         - Quote metacharacters used in $c->config->{dirs} (Vlad Dan Dascalescu)

Modified: trunk/Catalyst-Plugin-Static-Simple/MANIFEST.SKIP
===================================================================
--- trunk/Catalyst-Plugin-Static-Simple/MANIFEST.SKIP	2007-04-30 19:16:42 UTC (rev 6352)
+++ trunk/Catalyst-Plugin-Static-Simple/MANIFEST.SKIP	2007-04-30 19:25:41 UTC (rev 6353)
@@ -27,5 +27,5 @@
 # Don't ship the test db
 ^t/var
 
-# Module::Build can't handle files with spaces
+# Module::Install can't handle files with spaces
 t/lib/TestApp/root/files/space file.txt




More information about the Catalyst-commits mailing list