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