X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FObject%2FRemote.pm;h=a0eaee58e97369b6a5b0f0ce8fe7e78f3c54c728;hb=5e2b222948b50fe1bff9e0cc8285fd6e2c930d1c;hp=0e9a559fab021cd0310fbc84b9030971e24215f6;hpb=9c01f262452bf2451e15ae16bb5488447ea3d1e9;p=scpubgit%2FObject-Remote.git diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 0e9a559..a0eaee5 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.002001'; # 0.2.1 +our $VERSION = '0.002003'; # 0.2.3 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 {