From: Peter Rabbitson Date: Fri, 24 Oct 2014 22:41:04 +0000 (+0200) Subject: Bump Moo dependency X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=abc3b8e9cec817d75eb7f5478ce9d8b5c6c2bcc7;p=dbsrgits%2FDBIx-Class-Historic.git Bump Moo dependency --- diff --git a/Changes b/Changes index 3e703e8..c663be3 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,10 @@ Revision history for DBIx::Class - Fix incorrect collapsing-parser source being generated in the presence of unicode data among the collapse-points + * Misc + - Depend on newer Moo, fixing some interoperability issues: + http://lists.scsys.co.uk/pipermail/dbix-class/2014-October/011787.html + 0.082801 2014-10-05 23:55 (UTC) * Known Issues - Passing large amounts of objects with stringification overload diff --git a/Makefile.PL b/Makefile.PL index 0f0508a..48b54eb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -56,7 +56,7 @@ my $runtime_requires = { 'Data::Page' => '2.00', 'Devel::GlobalDestruction' => '0.09', 'Hash::Merge' => '0.12', - 'Moo' => '1.004005', + 'Moo' => '1.006001', 'MRO::Compat' => '0.12', 'Module::Find' => '0.07', 'namespace::clean' => '0.24',