We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a01fff commit 9d51cdaCopy full SHA for 9d51cda
bin/author.pl
@@ -58,6 +58,10 @@
58
"whois_file=s" => \$whois_file,
59
);
60
61
+# TODO: find a better way
62
+$mode eq 'test' and Log::Log4perl::init('log4perl_test.conf');
63
+
64
65
# setup
66
my $es = MetaCPAN::ES->new( index => "author", ( $mode ? ( mode => $mode ) : () ) );
67
log4perl_test.conf
@@ -0,0 +1 @@
1
+log4perl.logger = OFF
0 commit comments