proxy dies() when a method is invoked and the handle is not valid; add 2 more exclusi...
[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;