Dep on a newer version of Moo for multiple role composition
Arthur Axel 'fREW' Schmidt [Fri, 9 Aug 2013 01:18:24 +0000 (20:18 -0500)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 565c66f..054bd92 100644 (file)
--- 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)
index fd0df7d..def8231 100644 (file)
@@ -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';