Subject: | Error with latest Log::Contextual (0.005001) |
In a project that uses Log::Contextual and Module::Metadata I started
getting an error:
*$ perl -MLog::Contextual=set_logger,:dlog -MModule::Metadata -e1
Log::Contextual does not export '&log_info' at
/home/rando/perl5/perlbrew/perls/5.14.2-st/lib/site_perl/5.14.2/Module/Metadata.pm
line 22.BEGIN failed--compilation aborted at
/home/rando/perl5/perlbrew/perls/5.14.2-st/lib/site_perl/5.14.2/Module/Metadata.pm
line 27.
Compilation failed in require.
BEGIN failed--compilation aborted.
I must have updated to the latest Log::Contextual (released a few days
ago). After rolling back to FREW/Log-Contextual-0.004300.tar.gz I no
longer get an error.