X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote.pm;h=1d3edf984208ef0bb91b140e809b838216d2170a;hp=0e9a559fab021cd0310fbc84b9030971e24215f6;hb=fbd3b8ecbd2c9004f0e56ff1c0bc30f677a19c62;hpb=12fb4a80d68ad14c18a35f60cc6d8a671f728ac9 diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 0e9a559..1d3edf9 100644 --- a/lib/Object/Remote.pm +++ b/lib/Object/Remote.pm @@ -25,7 +25,7 @@ sub new { sub connect { my ($class, $to) = @_; - use_module('Object::Remote::Connection')->new_from_spec($to); + use_module('Object::Remote::Connection')->maybe::start::new_from_spec($to); } sub current_loop {