removed process groups from the connection class child cleanup logic
[scpubgit/Object-Remote.git] / bin / object-remote-node
old mode 100644 (file)
new mode 100755 (executable)
index d938ebc..652f078
@@ -1,9 +1,6 @@
 #!/usr/bin/env perl
 
 use strictures 1;
-use Object::Remote::Connector::STDIO;
-use Object::Remote;
+use Object::Remote::Node;
 
-my $c = Object::Remote::Connector::STDIO->new->connect;
-
-Object::Remote->current_loop->run;
+Object::Remote::Node->run;