X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSQLMaker.pm;h=287dcc83154bbf245299f436d0371afb2c48529f;hb=cf320fd7d52a1c9d2e7d097e8b69c54db1453bec;hp=cb9dcd8b7d9b9a5c42e73fd74ef121598863b49d;hpb=b5c8410c7296e6d5128292b3d21a6a2c261774cc;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/SQLMaker.pm b/lib/DBIx/Class/SQLMaker.pm index cb9dcd8..287dcc8 100644 --- a/lib/DBIx/Class/SQLMaker.pm +++ b/lib/DBIx/Class/SQLMaker.pm @@ -442,8 +442,8 @@ sub _join_condition { for (keys %$cond) { my $v = $cond->{$_}; if (ref $v) { - croak (ref($v) . qq{ reference arguments are not supported in JOINS - try using \"..." instead'}) - if ref($v) ne 'SCALAR'; + #croak (ref($v) . qq{ reference arguments are not supported in JOINS - try using \"..." instead'}) + # if ref($v) ne 'SCALAR'; $j{$_} = $v; } else {