From: Peter Rabbitson Date: Thu, 22 Aug 2013 03:03:11 +0000 (+0200) Subject: OCD - undo some incorrect changes of non-typos from 4a0eed52f X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a4f0b0abbb3ba9918df951c51da14ae4533745ec;p=dbsrgits%2FDBIx-Class-Historic.git OCD - undo some incorrect changes of non-typos from 4a0eed52f --- diff --git a/lib/DBIx/Class/SQLMaker.pm b/lib/DBIx/Class/SQLMaker.pm index 2517708..0db6ef2 100644 --- a/lib/DBIx/Class/SQLMaker.pm +++ b/lib/DBIx/Class/SQLMaker.pm @@ -288,7 +288,7 @@ sub _parse_rs_attrs { 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; diff --git a/lib/DBIx/Class/Storage/BlockRunner.pm b/lib/DBIx/Class/Storage/BlockRunner.pm index e9c2c79..5760b7d 100644 --- a/lib/DBIx/Class/Storage/BlockRunner.pm +++ b/lib/DBIx/Class/Storage/BlockRunner.pm @@ -114,7 +114,7 @@ sub run { # 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;