broken by Test-Simple upgrade (VERSION is already bumped by the
retention of 34491)
p4raw-id: //depot/perl@34763
my $self = shift;
my $type = shift;
- $self->_try(sub { require overload; }, die_on_fail => 1);
+ $self->_try(sub { require overload; }, die_on_fail => 0);
foreach my $thing (@_) {
if( $self->_is_object($$thing) ) {