X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FRow.pm;h=a5e0e120360f2823124426f8da1e4a29f4573509;hp=f56ec61e21bc201dae82c0005e007fa03a8da88c;hb=f0fb90aea07b7fd664aae2002ffab51ff64457b6;hpb=0077982b2edc8273ab4b6ea59921177667008cb3 diff --git a/lib/DBIx/Class/Row.pm b/lib/DBIx/Class/Row.pm index f56ec61..a5e0e12 100644 --- a/lib/DBIx/Class/Row.pm +++ b/lib/DBIx/Class/Row.pm @@ -1208,7 +1208,7 @@ sub inflate_result { # this away entirely, and *never* return such empty rows. # For now we maintain inflate_result API backcompat, see # t/resultset/inflate_result_api.t - next unless first { defined $_ } values %{$me_pref->[0]}; + next unless defined first { defined $_ } values %{$me_pref->[0]}; push @pre_objects, $pre_source->result_class->inflate_result( $pre_source, @$me_pref