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=4b4e0725ec451fbc4cdafba065be99e276892177;hp=d6d6081e0bfb23e660f912c138d7426f46d80ce0;hb=f4a8508058f7bad5052775a8df3e683527c73333;hpb=6b7b2732b7cc6b6c626469f2e6300b7012caef07 diff --git a/lib/Object/Remote/Future.pm b/lib/Object/Remote/Future.pm index d6d6081..4b4e072 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 router ); + +BEGIN { router()->exclude_forwarding } use CPS::Future;