projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4108617
)
puke unused anyway
Matt S Trout [Mon, 23 Sep 2019 01:50:09 +0000 (
01:50
+0000)]
lib/SQL/Abstract/ExtraClauses.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract/ExtraClauses.pm
b/lib/SQL/Abstract/ExtraClauses.pm
index
27f88f9
..
27f82b6
100644
(file)
--- a/
lib/SQL/Abstract/ExtraClauses.pm
+++ b/
lib/SQL/Abstract/ExtraClauses.pm
@@
-10,8
+10,6
@@
has sqla => (
) ],
);
-BEGIN { *puke = \&SQL::Abstract::puke }
-
sub cb {
my ($self, $method) = @_;
return sub { local $self->{sqla} = shift; $self->$method(@_) };