X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=t%2Fbasic.t;h=b5a83b7f6d6246dce10df358ccc9099f44a6a482;hp=0289dc0708d660245199b4af6ac82a0446176c98;hb=11dbd4a02cce95ee689233d2b1d2392470518732;hpb=5c608989561bc4892923c9e00dd20db910658fd1 diff --git a/t/basic.t b/t/basic.t index 0289dc0..b5a83b7 100644 --- a/t/basic.t +++ b/t/basic.t @@ -29,7 +29,7 @@ is($remote->call_callback(27, sub { $x++ }), 27, "Callback ok"); is($x, 1, "Callback called callback"); is( - $connection->get_remote_sub('Sys::Hostname::hostname')->(), + $connection->remote_sub('Sys::Hostname::hostname')->(), hostname(), 'Remote sub call ok' );