first attempt at fixing ssh/sh escaping problem with perl_command - works but isn...
[scpubgit/Object-Remote.git] / lib / Object / Remote / Null.pm
CommitLineData
9d804009 1package Object::Remote::Null;
2
3sub AUTOLOAD { }
4
5sub DESTROY { }
6
71;