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=036456b0da51b4d3f6927a4342ef57f5052e780b;hb=fbd3b8ecbd2c9004f0e56ff1c0bc30f677a19c62;hpb=52ea6942884ef28f16371311565cb01d19bc1975 diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 036456b..1d3edf9 100644 --- a/lib/Object/Remote.pm +++ b/lib/Object/Remote.pm @@ -4,7 +4,7 @@ use Object::Remote::MiniLoop; use Object::Remote::Handle; use Module::Runtime qw(use_module); -our $VERSION = '0.001001' # 0.1.1 +our $VERSION = '0.002001'; # 0.2.1 sub new::on { my ($class, $on, @args) = @_; @@ -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 {