modify belch and puke to operate as method calls master
authorMatt S Trout <mst@shadowcat.co.uk>
Sun, 11 Aug 2024 20:12:13 +0000 (20:12 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Tue, 13 Aug 2024 20:51:00 +0000 (20:51 +0000)
commitbe2ee60b4178bb812711f66175b68aecce618e27
tree2f6ac7f6082388089a5075abf7e6a0b71395ce93
parent36a83075f72b4e7a2dc3b56b0952b5c27a7892c6
modify belch and puke to operate as method calls

SQL::Abstract::Classic made this change and honestly I'm not sure why we
didn't do that sooner.

Either way, though, (a) current DBIx::Class depends on that change so would
fail against mainline SQL::Abstract as a result (b) it's a good idea so the
spirit of open source demands stealing it.
Changes
lib/SQL/Abstract.pm