X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FObject%2FRemote%2FFuture.pm;h=4b4e0725ec451fbc4cdafba065be99e276892177;hb=1673aa538a25ee18a7e8b2af7d039f989f71c737;hp=d6d6081e0bfb23e660f912c138d7426f46d80ce0;hpb=6b7b2732b7cc6b6c626469f2e6300b7012caef07;p=scpubgit%2FObject-Remote.git 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;