env var OBJECT_REMOTE_LOG_SELECTIONS allows selection of 1 or more controller classes...
[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;