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=55b6b59098281b718f33602abfa9e72d52f9bb17;hb=7108761014aa075f45d64a59afe0c2d0ba856f63;hpb=1c0c66a20d5841376ee26a026f5d6593b8fe6f0d diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 55b6b59..f937fb3 100644 --- a/lib/Object/Remote.pm +++ b/lib/Object/Remote.pm @@ -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 {