parallelise connection setup
[scpubgit/Object-Remote.git] / lib / Object / Remote / Connector / Local.pm
index bfe6639..729bcd7 100644 (file)
@@ -7,7 +7,7 @@ with 'Object::Remote::Role::Connector::PerlInterpreter';
 no warnings 'once';
 
 push @Object::Remote::Connection::Guess, sub {
-  if (($_[0]||'') eq '-') { __PACKAGE__->new->connect }
+  if (($_[0]||'') eq '-') { __PACKAGE__->new }
 };
 
 1;