From: Andy Grundman Date: Wed, 19 Oct 2005 21:17:44 +0000 (+0000) Subject: Released Static::Simple 0.10 X-Git-Tag: v0.11~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=be327929092440da449362d6a93862ac4f1b91b2;p=catagits%2FCatalyst-Plugin-Static-Simple.git Released Static::Simple 0.10 --- diff --git a/Changes b/Changes index 4cb057e..7f02ca7 100644 --- 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 diff --git a/lib/Catalyst/Plugin/Static/Simple.pm b/lib/Catalyst/Plugin/Static/Simple.pm index 6fec1e8..d432f5f 100644 --- a/lib/Catalyst/Plugin/Static/Simple.pm +++ b/lib/Catalyst/Plugin/Static/Simple.pm @@ -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 ) {