all tests run at trace log level with a null log output; new tests for watchdog,...
[scpubgit/Object-Remote.git] / lib / Object / Remote / Null.pm
1 package Object::Remote::Null;
2
3 sub AUTOLOAD { }
4
5 sub DESTROY { }
6
7 1;