From: Ash Berlin Date: Sat, 24 Jun 2006 14:11:32 +0000 (+0000) Subject: Pod fix X-Git-Tag: v0.07002~75^2~84 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1780ac9b22bf99897bcc347345101baa3e519c03;p=dbsrgits%2FDBIx-Class.git Pod fix --- diff --git a/lib/DBIx/Class/Manual/Troubleshooting.pod b/lib/DBIx/Class/Manual/Troubleshooting.pod index 643add5..366bdf2 100644 --- a/lib/DBIx/Class/Manual/Troubleshooting.pod +++ b/lib/DBIx/Class/Manual/Troubleshooting.pod @@ -15,7 +15,7 @@ SQL tracing, so to see what is happening try export DBIX_CLASS_STORAGE_DBI_DEBUG=1 -Alternatively use the Cdebug> class method:- +Alternatively use the C<< storage->debug >> class method:- $class->storage->debug(1);