X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FTroubleshooting.pod;h=366bdf2ffb78bc084cc2e7502380dc62f8915600;hb=bf7a70e6bd3f0906ef92e0d07d18b349860e76ba;hp=643add5df9b525946a34eab0da9e68b69cea57af;hpb=ccbebdbc10496de4b8f64687716e737db5314ff0;p=dbsrgits%2FDBIx-Class.git 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);