projects
/
dbsrgits/Data-Query.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0875b42
)
never overload without fallback
Matt S Trout [Fri, 15 Nov 2013 10:04:56 +0000 (10:04 +0000)]
lib/Data/Query/ExprBuilder.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Data/Query/ExprBuilder.pm
b/lib/Data/Query/ExprBuilder.pm
index
0c8ee7b
..
35c0187
100644
(file)
--- a/
lib/Data/Query/ExprBuilder.pm
+++ b/
lib/Data/Query/ExprBuilder.pm
@@
-43,6
+43,7
@@
use overload (
$op => sub { die "Can't use operator $op on a ".ref($_[0]) }
} qw(<=> cmp x ^ ~)
),
+ fallback => 1,
);
sub new {