From: Tyler Riddle Date: Fri, 7 Dec 2012 19:38:34 +0000 (-0800) Subject: removed unused attribute from log router class X-Git-Tag: v0.003001_01~36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=93e46912d66f920ac1c1ed6f6b6f56a9e364144e removed unused attribute from log router class --- 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 { [] } );