remove t/logsetup.pl and move feature into $ENV{OBJECT_REMOTE_TEST_LOGGER}; set to...
[scpubgit/Object-Remote.git] / lib / Object / Remote / Null.pm
CommitLineData
9d804009 1package Object::Remote::Null;
2
3sub AUTOLOAD { }
4
5sub DESTROY { }
6
71;