fix bug that allowed forwarded logs to be output from the logger built via env vars
[scpubgit/Object-Remote.git] / bin / object-remote-node
1 #!/usr/bin/env perl
2
3 use strictures 1;
4 use Object::Remote::Node;
5
6 Object::Remote::Node->run;