removed unused attribute from log router class
Tyler Riddle [Fri, 7 Dec 2012 19:38:34 +0000 (11:38 -0800)]
lib/Object/Remote/Logging/Router.pm

index 9ab2b77..16c9774 100644 (file)
@@ -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 { [] } );