[Catalyst-commits] r13064 - Catalyst-Runtime/5.80/trunk/lib

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Mon Mar 22 12:32:25 GMT 2010


Author: rafl
Date: 2010-03-22 12:32:25 +0000 (Mon, 22 Mar 2010)
New Revision: 13064

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
no tabs. kthx!

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2010-03-22 11:30:38 UTC (rev 13063)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2010-03-22 12:32:25 UTC (rev 13064)
@@ -2167,14 +2167,14 @@
     my($dump) = grep {$_->[0] eq 'Response' } $c->dump_these;
     my $response = $dump->[1];
 
-	$c->log->debug(
-		sprintf(
-			'Response Code: %s; Content-Type: %s; Content-Length: %s',
-			$response->status                            || 'unknown',
-			$response->headers->header('Content-Type')   || 'unknown',
-			$response->headers->header('Content-Length') || 'unknown'
-		)
-	);
+    $c->log->debug(
+        sprintf(
+            'Response Code: %s; Content-Type: %s; Content-Length: %s',
+            $response->status                            || 'unknown',
+            $response->headers->header('Content-Type')   || 'unknown',
+            $response->headers->header('Content-Length') || 'unknown'
+        )
+    );
 }
 
 =head2 $c->log_request_parameters( query => {}, body => {} )




More information about the Catalyst-commits mailing list