Subject: | Typo: call to debug() instead of _debug() |
commit 21585c4406a959ce834d912d90677c8b918216e0
Author: Clinton Gormley <clinton@iannounce.co.uk>
Date: Sat Apr 2 16:44:43 2011 +0200
Corrected method call debug() to _debug()
diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm
index 2041fa6..685ca83 100644
--- a/lib/SQL/Abstract.pm
+++ b/lib/SQL/Abstract.pm
@@ -556,7 +556,7 @@ sub _where_unary_op {
}
}
- $self->debug("Generic unary OP: $op - recursing as function");
+ $self->_debug("Generic unary OP: $op - recursing as function");
$self->_assert_pass_injection_guard($op);