revise log router api to match log::contextual router api change
[scpubgit/Object-Remote.git] / lib / Object / Remote / Null.pm
CommitLineData
9d804009 1package Object::Remote::Null;
2
3sub AUTOLOAD { }
4
5sub DESTROY { }
6
71;