X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=t%2Flogsetup.pl;h=a55a28bce7aec7ce492adf405d154a191a31d06f;hp=3eff7e1a4252d19203e7214bea63e2ef6de056d4;hb=09130cd025586aa10cb57c33d3ae899a7cc7e185;hpb=b1f10b7944d395e404beb995813271d857d143f7 diff --git a/t/logsetup.pl b/t/logsetup.pl index 3eff7e1..a55a28b 100644 --- a/t/logsetup.pl +++ b/t/logsetup.pl @@ -15,10 +15,10 @@ use Object::Remote::Logging qw( :log ); use Object::Remote::LogDestination; #make sure to enable execution of every logging code block #by setting the log level as high as it can go - my $____LOG_DESTINATION = Object::Remote::LogDestination->new( - logger => Object::Remote::Logger::TestOutput->new({ levels_upto => 'trace' }), - ); + my $____LOG_DESTINATION = Object::Remote::LogDestination->new( + logger => Object::Remote::Logger::TestOutput->new({ levels_upto => 'trace' }), + ); - $____LOG_DESTINATION->connect(Object::Remote::Logging->arg_router); + $____LOG_DESTINATION->connect(Object::Remote::Logging->arg_router); 1;