diff --git a/lib/Log/Contextual/SimpleLogger.pm b/lib/Log/Contextual/SimpleLogger.pm index 3b17930..4bb1126 100644 --- a/lib/Log/Contextual/SimpleLogger.pm +++ b/lib/Log/Contextual/SimpleLogger.pm @@ -2,7 +2,6 @@ package Log::Contextual::SimpleLogger; # ABSTRACT: Super simple logger made for playing with Log::Contextual - use strict; use warnings; diff --git a/t/caller.t b/t/caller.t index 8c6637f..7b1c2a6 100644 --- a/t/caller.t +++ b/t/caller.t @@ -11,7 +11,7 @@ my $var_log = Log::Contextual::SimpleLogger->new({ coderef => sub { chomp($_[0]); $var = "$_[0] at $caller_info[1] line $caller_info[2].\n" - } + } }); my $warn_faker = sub { my ($package, $args) = @_;