projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ccea44c
)
everything else is notreached, so rename unhandled to notreached
Matt S Trout [Tue, 26 Mar 2019 03:11:19 +0000 (
03:11
+0000)]
lib/SQL/Abstract.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract.pm
b/lib/SQL/Abstract.pm
index
2609a73
..
46f8def
100644
(file)
--- a/
lib/SQL/Abstract.pm
+++ b/
lib/SQL/Abstract.pm
@@
-1129,7
+1129,7
@@
sub _render_op {
} else {
return $self->_render_op_multop($op, \@args);
}
- die "unhandled";
+ die "notreached";
}
sub _render_op_not {