diff --git a/lib/Catmandu.pm b/lib/Catmandu.pm index dde03d378..a956707bc 100644 --- a/lib/Catmandu.pm +++ b/lib/Catmandu.pm @@ -278,13 +278,13 @@ C command, these configuration files will be loaded at the start of your sc =head2 log -Return the current L logger. +Return the current L logger. use Catmandu; use Log::Any::Adapter; use Log::Log4perl; - Log::Any::Adapter->set('Log4perl'); + Log::Any::Adapter->set('Log4perl'); # requires Log::Any::Adapter::Log4perl Log::Log4perl::init('./log4perl.conf'); my $logger = Catmandu->log;