Make watchdog test handle death-by-send as well as death-by-receive
[scpubgit/Object-Remote.git] / xt / lib / TestFindUser.pm
1 package TestFindUser;
2 use Moo;
3
4 sub user { $< }
5
6 sub send_err { print STDERR "Foo\n"; }
7
8 1;