_debug not debug, RT#67179
Justin Hunter [Fri, 8 Apr 2011 00:38:54 +0000 (17:38 -0700)]
lib/SQL/Abstract.pm

index 90f326a..9e5bb52 100644 (file)
@@ -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);