X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FLogging%2FRouter.pm;h=16c9774553112e120c3a84c242209fe6a163a272;hp=9ab2b774e85adb16f55108249f4adc32bdcde5b2;hb=93e46912d66f920ac1c1ed6f6b6f56a9e364144e;hpb=c5133f85c8c09b6c705bfaf172c43b689020da81 diff --git a/lib/Object/Remote/Logging/Router.pm b/lib/Object/Remote/Logging/Router.pm index 9ab2b77..16c9774 100644 --- a/lib/Object/Remote/Logging/Router.pm +++ b/lib/Object/Remote/Logging/Router.pm @@ -7,7 +7,6 @@ use Sys::Hostname; with 'Log::Contextual::Role::Router'; with 'Object::Remote::Role::LogForwarder'; -has _controller_package => ( is => 'rwp' ); #lookup table for package names that should not #be forwarded across Object::Remote connections has _connections => ( is => 'ro', required => 1, default => sub { [] } );