Released Static::Simple 0.10
Andy Grundman [Wed, 19 Oct 2005 21:17:44 +0000 (21:17 +0000)]
Changes
lib/Catalyst/Plugin/Static/Simple.pm

diff --git a/Changes b/Changes
index 4cb057e..7f02ca7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Static::Simple
 
-0.10    
+0.10    2005-10-19 17:20:00
         - Added tt2 to the list of ignored extensions.
         - For Catalyst 5.5+, replaced File::Slurp with a buffered read/write
           process.  This will improve memory usage and performance on larger
index 6fec1e8..d432f5f 100644 (file)
@@ -75,8 +75,7 @@ sub finalize {
     
     # display all log messages
     if ( $c->config->{static}->{debug} && scalar @{$c->_debug_msg} ) {
-       $c->log->debug( 'Static::Simple: ' .
-        join q{ }, @{$c->_debug_msg} );
+        $c->log->debug( 'Static::Simple: ' . join q{ }, @{$c->_debug_msg} );
     }
     
     if ( $c->res->status =~ /^(1\d\d|[23]04)$/xms ) {