logging test now checks to make sure arg_levels is correct
[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;