INET connector
[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;