Skip to content

Commit

Permalink
fix perltidy failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Mar 14, 2015
1 parent d8eaa55 commit bf5d562
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/Log/Contextual/SimpleLogger.pm
Expand Up @@ -2,7 +2,6 @@ package Log::Contextual::SimpleLogger;

# ABSTRACT: Super simple logger made for playing with Log::Contextual


use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion t/caller.t
Expand Up @@ -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) = @_;
Expand Down

0 comments on commit bf5d562

Please sign in to comment.