From: Arthur Axel 'fREW' Schmidt Date: Fri, 9 Aug 2013 01:18:24 +0000 (-0500) Subject: Dep on a newer version of Moo for multiple role composition X-Git-Tag: v0.005004~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c8bf0a6cfffcd7a59885a727d97ec2056a3b1770;p=p5sagit%2FLog-Contextual.git Dep on a newer version of Moo for multiple role composition --- diff --git a/Changes b/Changes index 565c66f..054bd92 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ ChangeLog for Log-Contextual + - Dep on a newer version of Moo for multiple role composition + 0.005003 2013-03-21 - Yell loudly if a user tries to use Log::Contextual::set_logger() or Log::Contextual::with_logger() (aka internals that don't work anymore) diff --git a/Makefile.PL b/Makefile.PL index fd0df7d..def8231 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,7 +9,7 @@ requires 'Data::Dumper::Concise'; requires 'Exporter::Declare' => 0.106; requires 'Carp'; requires 'Scalar::Util'; -requires 'Moo'; +requires 'Moo' => 1.003000; test_requires 'Test::Fatal';