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