Skip Menu |

This queue is for tickets about the SQL-Abstract CPAN distribution.

Report information
The Basics
Id: 67179
Status: resolved
Priority: 0/
Queue: SQL-Abstract

People
Owner: Nobody in particular
Requestors: develop [...] traveljury.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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);
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/SQL- Abstract.git;a=commitdiff;h=3d86e3b17c0fc37a393b6b91936da222128ded56
This has been long since fixed.