Dancer 1 and Log::Any
Hi all, I have a Dancer application that uses Dancer::Logger::LogAny to log to Log::Any. Today, I tried building my dependencies from the latest versions on CPAN and I encountered test failures in Dancer::Logger::LogAny due to changes in Log::Any to use Log::Any::Proxy. I've filed a bug report at https://rt.cpan.org/Ticket/Display.html?id=101347. I thought I should share this with the list as I know lots of people use Log::Any. If you do, you might want to stick with the older 0.15 release of Log::Any for now. Tom
Hey, I just wanted to say thanks to Tom for providing a nice patch, and with that included, version 0.03 is on CPAN now, and works with both old and new versions of Log::Any. Mike. Tom Hukins <tom@eborcom.com> writes:
Hi all,
I have a Dancer application that uses Dancer::Logger::LogAny to log to Log::Any.
Today, I tried building my dependencies from the latest versions on CPAN and I encountered test failures in Dancer::Logger::LogAny due to changes in Log::Any to use Log::Any::Proxy. I've filed a bug report at https://rt.cpan.org/Ticket/Display.html?id=101347.
I thought I should share this with the list as I know lots of people use Log::Any. If you do, you might want to stick with the older 0.15 release of Log::Any for now.
Tom _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
On Tue, Jan 06, 2015 at 06:03:00PM +0000, Tom Hukins wrote:
I tried building my dependencies from the latest versions on CPAN and I encountered test failures in Dancer::Logger::LogAny due to changes in Log::Any to use Log::Any::Proxy. I've filed a bug report at https://rt.cpan.org/Ticket/Display.html?id=101347.
I'm pleased to report that the module's maintainer has helpfully just released a new version to CPAN, 0.003, that fixes the problem. Thank you, Michael. Tom
participants (2)
-
Michael Alan Dorman -
Tom Hukins