Blindly silence a weird warning within a TODO in t/47bind_attribute.t. Hopefully when the TODO is resolved, it will be obvious what was causing it
Merge the t/93single_accessor_object.t fix from trunk
is ( $rs->count, 1, '...cookbook (bind first) + chained search' );
TODO: {
++ # not sure what causes an uninit warning here, please remove when the TODO starts to pass,
++ # so the real reason for the warning can be found and fixed
++ local $SIG{__WARN__} = sub { warn @_ unless $_[0] =~ /uninitialized/ };
++
local $TODO = 'bind args order needs fixing (semifor)';
$rs = $schema->resultset('Complex')->search({}, { bind => [ 1999 ] })
->search({ 'artistid' => 1 }, {