From: Arthur Axel 'fREW' Schmidt Date: Fri, 9 Aug 2013 01:38:40 +0000 (-0500) Subject: Fix minimum version of Exporter::Declare X-Git-Tag: v0.005005~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a850bd96aade81f555beef05685757418d21b7d1;p=p5sagit%2FLog-Contextual.git Fix minimum version of Exporter::Declare --- diff --git a/Changes b/Changes index f21c044..efb4fbf 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index def8231..4549778 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;