Pod fix
Ash Berlin [Sat, 24 Jun 2006 14:11:32 +0000 (14:11 +0000)]
lib/DBIx/Class/Manual/Troubleshooting.pod

index 643add5..366bdf2 100644 (file)
@@ -15,7 +15,7 @@ SQL tracing, so to see what is happening try
 
   export DBIX_CLASS_STORAGE_DBI_DEBUG=1
 
-Alternatively use the C<storage->debug> class method:-
+Alternatively use the C<< storage->debug >> class method:-
 
   $class->storage->debug(1);