projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ccbebdb
)
Pod fix
Ash Berlin [Sat, 24 Jun 2006 14:12:51 +0000 (14:12 +0000)]
lib/DBIx/Class/Manual/Troubleshooting.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Manual/Troubleshooting.pod
b/lib/DBIx/Class/Manual/Troubleshooting.pod
index
643add5
..
366bdf2
100644
(file)
--- 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 C<storage->debug> class method:-
+Alternatively use the C<< storage->debug >> class method:-
$class->storage->debug(1);