projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0769ac0
)
Stupid stupid typo
Peter Rabbitson [Wed, 22 Sep 2010 10:00:37 +0000 (10:00 +0000)]
lib/SQL/Abstract/Tree.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract/Tree.pm
b/lib/SQL/Abstract/Tree.pm
index
0c45aa0
..
90d3052
100644
(file)
--- a/
lib/SQL/Abstract/Tree.pm
+++ b/
lib/SQL/Abstract/Tree.pm
@@
-282,7
+282,7
@@
sub _recurse_parse {
}
}
# binary operator keywords
- elsif ( $token =~ /^ $$binary_op_re $ /x ) {
+ elsif ( $token =~ /^ $binary_op_re $ /x ) {
my $op = uc $token;
my $right = $self->_recurse_parse($tokens, PARSE_RHS);