use Module::Stubber ( 'Foo::Bar' => {         new => sub { bless {}, $_[0]; },         stringify => sub { "$_[0]"; }   });