X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FObject%2FRemote%2FFuture.pm;h=4b4e0725ec451fbc4cdafba065be99e276892177;hb=466ee2c442ee6958e077a02c3c250245f06ad819;hp=570bbb5d824569f8908e9ea8d1edb6d7824b10f8;hpb=4e4463355a9ec6afdc7983ee36daa9f11306d4fc;p=scpubgit%2FObject-Remote.git diff --git a/lib/Object/Remote/Future.pm b/lib/Object/Remote/Future.pm index 570bbb5..4b4e072 100644 --- a/lib/Object/Remote/Future.pm +++ b/lib/Object/Remote/Future.pm @@ -4,9 +4,9 @@ use strict; use warnings; use base qw(Exporter); -use Object::Remote::Logging qw( :log get_router ); +use Object::Remote::Logging qw( :log router ); -BEGIN { get_router()->exclude_forwarding } +BEGIN { router()->exclude_forwarding } use CPS::Future;