+ - Make watchdog test handle death-by-send as well as death-by-receive
- Use newer Future API, fix broken test
0.003002 - 2013-03-19
eval { $remote->hang };
-like($@, qr/^Object::Remote connection lost: eof/, "Correct error message");
+like($@, qr/^Object::Remote connection lost: (?:eof|.*Broken pipe)/, "Correct error message");
done_testing;