my $sql = '';
if ($arg->{group_by}) {
- # horrible, waiting for refactor
+ # horrible horrible, waiting for refactor
local $self->{select_bind};
if (my $g = $self->_recurse_fields($arg->{group_by}) ) {
$sql .= $self->_sqlcase(' group by ') . $g;
# this is the actual recursing worker
sub _run {
- # warnings here mean I did not anticipate some uber-complex case
+ # warnings here mean I did not anticipate some ueber-complex case
# fatal warnings are not warranted
no warnings;
use warnings;