Fix minimum version of Exporter::Declare
Arthur Axel 'fREW' Schmidt [Fri, 9 Aug 2013 01:38:40 +0000 (20:38 -0500)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index f21c044..efb4fbf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Log-Contextual
 
+  - Fix minimum version of Exporter::Declare
+
 0.005004 2013-08-08
   - Dep on a newer version of Moo for multiple role composition
 
index def8231..4549778 100644 (file)
@@ -6,7 +6,7 @@ use warnings FATAL => 'all';
 perl_version '5.006';
 all_from 'lib/Log/Contextual.pm';
 requires 'Data::Dumper::Concise';
-requires 'Exporter::Declare' => 0.106;
+requires 'Exporter::Declare' => 0.111;
 requires 'Carp';
 requires 'Scalar::Util';
 requires 'Moo' => 1.003000;