document known issues; document Object::Remote::Connection; update docs for log forwa...
[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;