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=f937fb37f05dfc812a247156aaa72171bd20192b;hp=66421122a347fdbce4d224225e9c9e4ff4be1f57;hb=7108761014aa075f45d64a59afe0c2d0ba856f63;hpb=8f43bcd9596b298f867bc3daf5b207d774973af7 diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 6642112..f937fb3 100644 --- a/lib/Object/Remote.pm +++ b/lib/Object/Remote.pm @@ -5,7 +5,7 @@ use Object::Remote::Handle; use Object::Remote::Logging qw( :log ); use Module::Runtime qw(use_module); -our $VERSION = '0.002003'; # 0.2.3 +our $VERSION = '0.003001'; # 0.3.1 sub new::on { my ($class, $on, @args) = @_; @@ -27,8 +27,8 @@ sub new { } sub connect { - my ($class, $to) = @_; - use_module('Object::Remote::Connection')->maybe::start::new_from_spec($to); + my ($class, $to, @args) = @_; + use_module('Object::Remote::Connection')->maybe::start::new_from_spec($to, @args); } sub current_loop {